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

Commit 603c697d authored by Matt Casey's avatar Matt Casey
Browse files

Ignore setAssistHintVisible if overlays are not available.

Fixes: 134066197
Test: TBD
Change-Id: If18322aa939e3433f5c3543699f91d06af7989e1
parent 952bcb8f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -199,6 +199,10 @@ public class ScreenDecorations extends SystemUI implements Tunable,
            return;
        }

        if (mOverlay == null || mBottomOverlay == null) {
            return;
        }

        if (mAssistHintVisible != visible) {
            mAssistHintVisible = visible;