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

Commit 81538389 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15717096

Change-Id: If3cda5eccbbde96cebccddaebeb9717a8b54a06a
parents c1ff5bba aa28886d
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.