Replies: 1 comment
-
Never mind! It's not the Android activity that's the problem, it's the |
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.
-
Just after my phone was upgraded to Android 14, I'm suddenly seeing this on any Axmol app startup:

You can see that it seems to be the status bar, but I'm not sure why it's suddenly being displayed when on previous Android versions it was not. It shows up on the transition from the loading screen with the app icon (
android:icon="@mipmap/ic_launcher"
) to the first scene in the app. It's so quick that it looks like a flicker if the first scene doesn't do much, but if there is even the slightest delay, it'll be visible for a bit too long.Would anyone happen to know how to turn off that status bar? I assume it's something in the
AndroidManifest.xml
, but haven't quite figured out what setting it is yet.Beta Was this translation helpful? Give feedback.
All reactions