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

Commit 4dca8636 authored by Adam Powell's avatar Adam Powell
Browse files

Make action bar title a valid touch target for up when relevant

arubin bug 7966136

Change-Id: Iea5b85852cc1664f1390a6f8b6179d63b50857e4
parent 7bcea4ae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1051,6 +1051,7 @@ public class ActionBarView extends AbsActionBarView {
                    (mDisplayOptions & ActionBar.DISPLAY_SHOW_TITLE) != 0;
            if (showTitle) {
                x += positionChild(mTitleLayout, x, y, contentHeight, isLayoutRtl);
                homeSlop = mTitleLayout.getWidth();
            }

            switch (mNavigationMode) {