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

Commit d4115f50 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixed an issue where notifications were invisible on AOD" into pi-dev

parents 62eb45f2 27d52695
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ public class NotificationShelf extends ActivatableNotificationView implements
            mShelfState.yTranslation = Math.max(Math.min(viewEnd, maxShelfEnd) - mShelfState.height,
                    getFullyClosedTranslation());
            mShelfState.zTranslation = ambientState.getBaseZHeight();
            if (mAmbientState.isDark()) {
            if (mAmbientState.isDark() && !mAmbientState.hasPulsingNotifications()) {
                mShelfState.yTranslation = mAmbientState.getDarkTopPadding();
            }
            float openedAmount = (mShelfState.yTranslation - getFullyClosedTranslation())