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

Commit 2f09bd9a authored by Matt Casey's avatar Matt Casey Committed by android-build-merger
Browse files

Merge "Ignore setAssistHintVisible if overlays are not available." into qt-dev...

Merge "Ignore setAssistHintVisible if overlays are not available." into qt-dev am: 5eab79db am: ab6e97c2
am: 5a795619

Change-Id: I3c94373df9b7cdb06cf03c24663496f7a623209d
parents ab19b9a4 5a795619
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;