We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
9bc5ed3
go version
go version go1.22.4 darwin/arm64
The application runs correctly
The screen blacks out
Maybe a30f075 ?
The text was updated successfully, but these errors were encountered:
Apparently, the entire GLSurfaceView is recreated at notification.
Sorry, something went wrong.
This happens when the view is created at Activity's onCreate. We should not do that.
Note to myself, if you want to prevent activity recreation on notification, see
https://stackoverflow.com/questions/7944338/resume-last-activity-when-launcher-icon-is-clicked
android:launchMode="singleInstance" worked in my case.
android:launchMode="singleInstance"
No branches or pull requests
Ebitengine Version
9bc5ed3
Operating System
Go Version (
go version
)go version go1.22.4 darwin/arm64
What steps will reproduce the problem?
What is the expected result?
The application runs correctly
What happens instead?
The screen blacks out
Anything else you feel useful to add?
Maybe a30f075 ?
The text was updated successfully, but these errors were encountered: