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

Commit 96eae6b1 authored by Dave Mankoff's avatar Dave Mankoff
Browse files

Collapse QS when falsing happens.

Fixes: 172655679
Test: manual
Change-Id: I6cdc831276849beedea9fb7f410800988d59a8fd
parent 58718c7f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -683,6 +683,9 @@ public class StatusBar extends SystemUI implements DemoMode,
            new FalsingManager.FalsingBeliefListener() {
                @Override
                public void onFalse() {
                    // Hides quick settings.
                    mNotificationPanelViewController.resetViews(true);
                    // Hides bouncer and quick-quick settings.
                    mStatusBarKeyguardViewManager.reset(true);
                }
            };