Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8cd911bf authored by Stephen Bird's avatar Stephen Bird Committed by Gerrit Code Review
Browse files

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
parent c2832885
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" />