OSDN Git Service

configurationChanged: Don't handle the orientation change in our main Activity
authorStephen Bird <sbird@cyngn.com>
Mon, 29 Jun 2015 18:54:32 +0000 (11:54 -0700)
committerGerrit Code Review <gerrit@cyanogenmod.org>
Fri, 10 Jul 2015 20:34:59 +0000 (13:34 -0700)
Let file manager redraw its actionbar on rotate.
Otherwise, strange things happen with popupwindows

Change-Id: I3c88e6df92251e895030bb80e4f3d7417716f505

AndroidManifest.xml

index 7b58d26..9e4e459 100644 (file)
@@ -93,7 +93,7 @@
       android:uiOptions="none"
       android:theme="@style/FileManager.Theme.Material.Light.NoActionBar"
       android:windowSoftInputMode="adjustNothing"
-      android:configChanges="orientation|keyboardHidden|screenSize"
+      android:configChanges="keyboardHidden|screenSize"
       android:exported="true">
       <intent-filter>
         <action android:name="android.intent.action.MAIN" />