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

Commit 9ee86f62 authored by Danny Epstein's avatar Danny Epstein Committed by Android (Google) Code Review
Browse files

Merge "Rename method to clarify when it's called."

parents 061e49dd d0af9d0d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -681,11 +681,11 @@ public class CarStatusBar extends StatusBar implements
                    mStatusBarWindowController.setPanelVisible(false);
                    mNotificationView.setVisibility(View.INVISIBLE);
                    mNotificationView.setClipBounds(null);
                    mNotificationViewController.setIsInForeground(false);
                    mNotificationViewController.onVisibilityChanged(false);
                    // let the status bar know that the panel is closed
                    setPanelExpanded(false);
                } else {
                    mNotificationViewController.setIsInForeground(true);
                    mNotificationViewController.onVisibilityChanged(true);
                    // let the status bar know that the panel is open
                    mNotificationView.setVisibleNotificationsAsSeen();
                    setPanelExpanded(true);