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

Commit 5e72c7a6 authored by David van Tonder's avatar David van Tonder Committed by Gerrit Code Review
Browse files

Merge "Don't show notification count for a notification with just one item" into cm-11.0

parents bda77ab1 3f0bae28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ public class StatusBarIconView extends AnimatedImageView {
        }

        if (!numberEquals || force) {
            if (icon.number > 0 && mShowNotificationCount) {
            if (icon.number > 1 && mShowNotificationCount) {
                if (mNumberBackground == null) {
                    mNumberBackground = getContext().getResources().getDrawable(
                            R.drawable.ic_notification_overlay);