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

Commit c9498daf authored by Matt Casey's avatar Matt Casey
Browse files

Hide handles immediately when they're blocked.

Don't animate them out.

Bug: 135559794
Test: Start an assist session when handles are visible, ensure they
don't fade out.

Change-Id: Id9eed5442ae3f818850d12ec152522ad2f4d82f1
parent 8fdf790d
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();
        }
    }