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

Commit 05caec82 authored by nadlabak's avatar nadlabak Committed by Ricardo Cerqueira
Browse files

Fix expanded desktop layout in landscape

Change-Id: I9292ff994c2b5b185d47222be98665f36e528068
parent 7df2d819
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2931,8 +2931,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                    }
                } else {
                    // Landscape screen; nav bar goes to the right.
                    int left = displayWidth - overscanRight
                            - mNavigationBarWidthForRotation[displayRotation];
                    int left = displayWidth - overscanRight - navWidth;
                    mTmpNavigationFrame.set(left, 0, displayWidth - overscanRight, displayHeight);
                    mStableRight = mStableFullscreenRight = mTmpNavigationFrame.left;
                    if (transientNavBarShowing) {