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

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

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

parents 577a5aa1 c9498daf
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();
        }
    }