Browse Source

Android: Prevent activity from being destroyed when connecting an external keyboard

v7.0.9
reuk 3 years ago
parent
commit
5ed4b19e4d
No known key found for this signature in database GPG Key ID: 9ADCD339CFC98A11
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Android.h

+ 1
- 1
extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Android.h View File

@@ -1767,7 +1767,7 @@ private:
setAttributeIfNotPresent (*act, "android:name", getActivityClassString());
if (! act->hasAttribute ("android:configChanges"))
act->setAttribute ("android:configChanges", "keyboardHidden|orientation|screenSize");
act->setAttribute ("android:configChanges", "keyboard|keyboardHidden|orientation|screenSize|navigation");
if (androidScreenOrientation.get() == "landscape")
{


Loading…
Cancel
Save