aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Bird <sbird@cyngn.com>2015-06-29 11:54:32 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-07-10 13:34:59 -0700
commit8cd911bf2fd48aa9a1479486bff82a702cc37165 (patch)
tree353336b886e003bddc48e918044c62ed088894c6
parentc2832885bd00d45ac7277930cff68063e1cb4d3a (diff)
downloadandroid_packages_apps_CMFileManager-8cd911bf2fd48aa9a1479486bff82a702cc37165.tar.gz
android_packages_apps_CMFileManager-8cd911bf2fd48aa9a1479486bff82a702cc37165.tar.bz2
android_packages_apps_CMFileManager-8cd911bf2fd48aa9a1479486bff82a702cc37165.zip
configurationChanged: Don't handle the orientation change in our main Activity
Let file manager redraw its actionbar on rotate. Otherwise, strange things happen with popupwindows Change-Id: I3c88e6df92251e895030bb80e4f3d7417716f505
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7b58d268..9e4e4593 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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" />