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

Commit 7ee2f9d9 authored by Chris Wren's avatar Chris Wren Committed by Android Git Automerger
Browse files

am 02065846: am 6295ef32: Merge "hide the redundant clock when the...

am 02065846: am 6295ef32: Merge "hide the redundant clock when the notification shade is open." into jb-mr1-dev

* commit '02065846':
  hide the redundant clock when the notification shade is open.
parents 580bb919 02065846
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -339,7 +339,9 @@ public class PhoneStatusBar extends BaseStatusBar {
        mNotificationPanelIsFullScreenWidth =
            (mNotificationPanel.getLayoutParams().width == ViewGroup.LayoutParams.MATCH_PARENT);
        mNotificationPanel.setSystemUiVisibility(
                  View.STATUS_BAR_DISABLE_NOTIFICATION_TICKER | View.STATUS_BAR_DISABLE_NOTIFICATION_ICONS);
                  View.STATUS_BAR_DISABLE_NOTIFICATION_TICKER |
                  View.STATUS_BAR_DISABLE_NOTIFICATION_ICONS |
                  View.STATUS_BAR_DISABLE_CLOCK);

        if (!ActivityManager.isHighEndGfx()) {
            mStatusBarWindow.setBackground(null);