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

Commit aa28886d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix back button not touchable in SUW" into sc-v2-dev

parents 9a2f9f7d 906def49
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -123,11 +123,9 @@ public class TaskbarDragLayerController {
         */
        public void updateInsetsTouchability(InsetsInfo insetsInfo) {
            insetsInfo.touchableRegion.setEmpty();
            if (mActivity.isThreeButtonNav()) {
            // Always have nav buttons be touchable
            mControllers.navbarButtonsViewController.addVisibleButtonsRegion(
                    mTaskbarDragLayer, insetsInfo.touchableRegion);
            }

            if (mTaskbarDragLayer.getAlpha() < AlphaUpdateListener.ALPHA_CUTOFF_THRESHOLD) {
                // Let touches pass through us.