Merge pull request #94662 from akien-mga/android-editor-some-visible-progress
Some checks are pending
🔗 GHA / 🪲 Godot CPP (push) Blocked by required conditions
🔗 GHA / 🌐 Web (push) Blocked by required conditions
🔗 GHA / 🏁 Windows (push) Blocked by required conditions
🔗 GHA / 🍎 macOS (push) Blocked by required conditions
🔗 GHA / 🐧 Linux (push) Blocked by required conditions
🔗 GHA / 🍏 iOS (push) Blocked by required conditions
🔗 GHA / 🤖 Android (push) Blocked by required conditions
🔗 GHA / 📊 Static checks (push) Waiting to run

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