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
This commit is contained in:
Matt Pietal
2021-04-14 10:53:15 -04:00
parent 650a27bf2a
commit 0caab1c800

View File

@@ -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>