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

Commit 04adab54 authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed an issue where a shelf icon could be white

Change-Id: I379f81b75939401287cf7e308e1939fc068831f4
Fixes: 64848657
Test: add multiple huns in a row with the right timing never stays white
parent 404f8103
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -209,7 +209,7 @@ public class NotificationIconContainer extends AlphaOptimizedFrameLayout {
                mAddAnimationStartIndex = Math.min(mAddAnimationStartIndex, childIndex);
            }
        }
        if (mDark && child instanceof StatusBarIconView) {
        if (child instanceof StatusBarIconView) {
            ((StatusBarIconView) child).setDark(mDark, false, 0);
        }
    }