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

Commit 38d6e699 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android Git Automerger
Browse files

am c05ddc11: am cb9d4d28: Merge "Kill spurious animations when vetoing...

am c05ddc11: am cb9d4d28: Merge "Kill spurious animations when vetoing notifications." into honeycomb

* commit 'c05ddc11':
  Kill spurious animations when vetoing notifications.
parents 66622a34 c05ddc11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -170,7 +170,7 @@ public class NotificationPanel extends RelativeLayout implements StatusBarPanel,
            setContentFrameVisible(n > 0, false);
        } else if (mSettingsView == null) {
            // we're looking at the notifications; time to maybe make some changes
            if (mNotificationCount != n) {
            if ((mNotificationCount > 0) != (n > 0)) {
                setContentFrameVisible(n > 0, true);
            }
        }