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

Commit 035cc5fd authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

Merge "Log statusbar animateCollapsePanels"

parents f2fefc0c 532cab01
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);