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

Commit d0af9d0d authored by Danny Epstein's avatar Danny Epstein
Browse files

Rename method to clarify when it's called.

Bug: 135119606
Test: clean build
Change-Id: Idf80b36bfffe84197ee684492eaec4663dc230f3
parent c1fa92bf
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);