Skip to content

Commit 8e36f98

Browse files
authored
Merge pull request #94662 from akien-mga/android-editor-some-visible-progress
Android Editor: Make progress dialog visible again
2 parents 18c1c25 + 2b827f6 commit 8e36f98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

editor/progress_dialog.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,7 @@ void ProgressDialog::_update_ui() {
130130
// Run main loop for two frames.
131131
if (is_inside_tree()) {
132132
DisplayServer::get_singleton()->process_events();
133-
#ifndef ANDROID_ENABLED
134133
Main::iteration();
135-
#endif
136134
}
137135
}
138136

0 commit comments

Comments
 (0)