Merge pull request #94662 from akien-mga/android-editor-some-visible-progress
Android Editor: Make progress dialog visible again
This commit is contained in:
commit
8e36f98ea5
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue