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

Commit 0caab1c8 authored by Matt Pietal's avatar Matt Pietal
Browse files

Controls - Restart activity on rotation

The user can get stuck with 2 or 4 controls per row. Let the system
restart the activity to get the proper layout.

Fixes: 185364758
Test: manual, rotate with controls open
Change-Id: I501820c29e556b63363decd5a78769f5d6bb09e9
parent 650a27bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -762,7 +762,7 @@
                  android:showForAllUsers="true"
                  android:finishOnTaskLaunch="true"
                  android:launchMode="singleInstance"
                  android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboard|keyboardHidden"
                  android:configChanges="screenSize|smallestScreenSize|screenLayout|keyboard|keyboardHidden"
                  android:visibleToInstantApps="true">
        </activity>