Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an issue causing the running project window to loop-restart when closed #85457

Merged

Conversation

m4gr3d
Copy link
Contributor

@m4gr3d m4gr3d commented Nov 28, 2023

One of the methods used to close the running project window on the Android editor was to dispatch an Intent to request the process closes itself.
In certain scenarios, this creates a race condition where the process receives the intent after closing itself causing it to restart itself again.

@akien-mga akien-mga merged commit f82bf35 into godotengine:master Nov 28, 2023
15 checks passed
@akien-mga
Copy link
Member

Thanks!

@m4gr3d m4gr3d deleted the fix_android_editor_restart_loop branch November 28, 2023 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants