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

Commit 993d1289 authored by Matt Casey's avatar Matt Casey Committed by android-build-merger
Browse files

Merge "Hide handles immediately when they're blocked." into qt-r1-dev am: 2136e2c7

am: 97090741

Change-Id: I14b4703e1b59d0dd0e4d257cd83dcf6cc85f770a
parents 2da38e0f 97090741
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -305,7 +305,7 @@ public class ScreenDecorations extends SystemUI implements Tunable,

        mAssistHintBlocked = blocked;
        if (mAssistHintVisible && mAssistHintBlocked) {
            setAssistHintVisible(false);
            hideAssistHandles();
        }
    }