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

Commit 8c6d8a8d authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "Fixed a flickering when expanding and the notifications updates" into nyc-dev

am: 4ad13b33

* commit '4ad13b33':
  Fixed a flickering when expanding and the notifications updates

Change-Id: I99cfb8a7baed888eceeacc44f12cc128d2aec6e1
parents b07b4e35 4ad13b33
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() {