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

Commit 8c190f76 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 29cd79c7: am c986d6f0: Merge "Fix issue #5906017: Missing menu entries in...

am 29cd79c7: am c986d6f0: Merge "Fix issue #5906017: Missing menu entries in portrait when in compatibility mode" into ics-mr1

* commit '29cd79c7':
  Fix issue #5906017: Missing menu entries in portrait when in compatibility mode
parents 6f203807 29cd79c7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2044,6 +2044,12 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                        mTmpNavigationFrame.offset(mNavigationBarWidth, 0);
                    }
                }
                // Make sure the content and current rectangles are updated to
                // account for the restrictions from the navigation bar.
                mContentTop = mCurTop = mDockTop;
                mContentBottom = mCurBottom = mDockBottom;
                mContentLeft = mCurLeft = mDockLeft;
                mContentRight = mCurRight = mDockRight;
                // And compute the final frame.
                mNavigationBar.computeFrameLw(mTmpNavigationFrame, mTmpNavigationFrame,
                        mTmpNavigationFrame, mTmpNavigationFrame);