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

Commit c1413166 authored by Robert Snoeberger's avatar Robert Snoeberger
Browse files

Don't show notif icons in screen middle with custom clock

Fixes: 129399009
Test: installed and checked notif icons on AOD
Change-Id: Id14014789f3c3017974dff843c3091d6e3046e82
parent 97de281b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -399,7 +399,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements ScrollAd
    private final ViewOutlineProvider mOutlineProvider = new ViewOutlineProvider() {
        @Override
        public void getOutline(View view, Outline outline) {
            if (mAmbientState.isDarkAtAll() && !mAmbientState.isFullyDark()) {
            if (mAmbientState.isDarkAtAll() && !mAmbientState.isFullyDark() || !mShowDarkShelf) {
                outline.setRoundRect(mBackgroundAnimationRect, mCornerRadius);
            } else {
                ViewOutlineProvider.BACKGROUND.getOutline(view, outline);