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

Commit 915de651 authored by Lyn Han's avatar Lyn Han Committed by Android (Google) Code Review
Browse files

Merge "Set AOD icon max to 3 to match lockscreen short shelf"

parents 6cac243d e2ff1044
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ public class NotificationIconContainer extends AlphaOptimizedFrameLayout {
        }
    }.setDuration(CONTENT_FADE_DURATION);

    private static final int MAX_ICONS_ON_AOD = 5;
    private static final int MAX_ICONS_ON_AOD = 3;
    public static final int MAX_ICONS_ON_LOCKSCREEN = 3;
    public static final int MAX_STATIC_ICONS = 4;
    private static final int MAX_DOTS = 1;