Android Editor: Make progress dialog visible again

This commit is contained in:
Rémi Verschelde 2024-07-23 17:35:42 +02:00
parent 18c1c25ca0
commit 2b827f6d5f
No known key found for this signature in database
GPG key ID: C3336907360768E1

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