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

Commit 58c5dc1b authored by Adam Powell's avatar Adam Powell
Browse files

Fix bug 5030341 - ActionBar.getHeight is inaccurate in 2-row mode

Measure the shared container instead.

Change-Id: Ib851f773a36add19c227b3ad64a8497f1b5ff9dd
parent 4a8df318
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -500,7 +500,7 @@ public class ActionBarImpl extends ActionBar {

    @Override
    public int getHeight() {
        return mActionView.getHeight();
        return mContainerView.getHeight();
    }

    @Override