Replies: 1 comment
-
I could figure out that the used Android Emulator obviously had an impact on that while executing the Android |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
after switching to .NET MAUI 9.0.40, I now get
savedInstanceState
asnull
in an overrideprotected override void OnCreate(Bundle? savedInstanceState)
within my AndroidMainActivity
and it crashes with aNullReferenceException
inbase.OnCreate(savedInstanceState);
:Did there change anything so that I have to adapt?
Beta Was this translation helpful? Give feedback.
All reactions