Skip to content

Commit

Permalink
Merge pull request godotengine#94662 from akien-mga/android-editor-so…
Browse files Browse the repository at this point in the history
…me-visible-progress

Android Editor: Make progress dialog visible again
  • Loading branch information
akien-mga authored Jul 23, 2024
2 parents 18c1c25 + 2b827f6 commit 8e36f98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions editor/progress_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@ void ProgressDialog::_update_ui() {
// Run main loop for two frames.
if (is_inside_tree()) {
DisplayServer::get_singleton()->process_events();
#ifndef ANDROID_ENABLED
Main::iteration();
#endif
}
}

Expand Down

0 comments on commit 8e36f98

Please sign in to comment.