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

Commit 532cab01 authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Log statusbar animateCollapsePanels

Bug: 62444020

Test: log shows up
Change-Id: I3549b54b4280dff478e9ba58f150d7420da431ef
parent 085683fb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2992,6 +2992,9 @@ public class StatusBar extends SystemUI implements DemoMode,
            }
        }

        // TODO(b/62444020): remove when this bug is fixed
        Log.v(TAG, "mStatusBarWindow: " + mStatusBarWindow + " canPanelBeCollapsed(): "
                + mNotificationPanel.canPanelBeCollapsed());
        if (mStatusBarWindow != null && mNotificationPanel.canPanelBeCollapsed()) {
            // release focus immediately to kick off focus change transition
            mStatusBarWindowManager.setStatusBarFocusable(false);