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

Commit 25c26ac8 authored by Stephen Bird's avatar Stephen Bird
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
(cherry picked from commit 8cd911bf)
parent 690d1a30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,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" />