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

Commit 1c6f6307 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Fixed a flickering when expanding and the notifications updates"...

Merge "Merge "Fixed a flickering when expanding and the notifications updates" into nyc-dev am: 4ad13b33 am: cf851a98 am: 7d9f2023"
parents f52a16b6 57c73e4e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -392,6 +392,9 @@ public class NotificationContentView extends FrameLayout {
            mVisibleType = visibleType;
            updateBackgroundColor(true /* animate */);
        }
        if (mForceSelectNextLayout) {
            forceUpdateVisibilities();
        }
        if (mTransformationStartVisibleType != UNDEFINED
                && mVisibleType != mTransformationStartVisibleType
                && getViewForVisibleType(mTransformationStartVisibleType) != null) {
@@ -508,9 +511,6 @@ public class NotificationContentView extends FrameLayout {
                updateBackgroundColor(animate);
            }
        }
        if (mForceSelectNextLayout) {
            forceUpdateVisibilities();
        }
    }

    private void forceUpdateVisibilities() {