-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Android: Setup Appbuilder being called multiple times #8330
Comments
I forgot, but my stock phone ROM is infamous for causing bugs because of the aggressive battery optimization. |
@maxkatz6 I think we should
|
AndroidX with android-viewmodel sharing was added for that matter before. See #7435 But I think we can move it to the separated activity and remove androidx from dependencies list. |
@marcussacana I can reproduce it as well, so most likely not related to your phone |
thx guys! |
The bug
When the app isn't entire closed, if we try open the app again, the Avalonia Activity OnCreate method is triggered again and causes the problem.
To Reproduce
The text was updated successfully, but these errors were encountered: