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

Commit 4f4130dd authored by Orhan Uysal's avatar Orhan Uysal
Browse files

Reset letterboxVerticalPositionMultiplier with adb

Fix `adb shell wm reset-letterbox-style` so it resets
`letterBoxVerticalPositionMultiplier` too.

Test: Manual
Fix: 300873576
Change-Id: I1529aac06f71f97eeb6d90b95dbaa4c127745fd2
parent 208d69ed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1279,6 +1279,7 @@ public class WindowManagerShellCommand extends ShellCommand {
            mLetterboxConfiguration.resetLetterboxBackgroundWallpaperBlurRadiusPx();
            mLetterboxConfiguration.resetLetterboxBackgroundWallpaperDarkScrimAlpha();
            mLetterboxConfiguration.resetLetterboxHorizontalPositionMultiplier();
            mLetterboxConfiguration.resetLetterboxVerticalPositionMultiplier();
            mLetterboxConfiguration.resetIsHorizontalReachabilityEnabled();
            mLetterboxConfiguration.resetIsVerticalReachabilityEnabled();
            mLetterboxConfiguration.resetEnabledAutomaticReachabilityInBookMode();