Merge pull request #94662 from akien-mga/android-editor-some-visible-progress

Android Editor: Make progress dialog visible again
This commit is contained in:
Rémi Verschelde 2024-07-23 18:22:51 +02:00 committed by GitHub
commit 8e36f98ea5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}
}