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

Commit 97090741 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

Change-Id: I4873bd37512bea36a709f1092b66f0b6557819b2
parents e5cffc8b 2136e2c7
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();
        }
    }