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

Commit 550401de authored by Selim Cinek's avatar Selim Cinek Committed by Automerger Merge Worker
Browse files

Merge "Added Panel animation when media disappears from the expanded qs" into...

Merge "Added Panel animation when media disappears from the expanded qs" into rvc-dev am: 6f64b303

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12005894

Change-Id: I4867394316dbadfb253923b4ba3a3eeedb1787e4
parents 5a879396 6f64b303
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -96,6 +96,11 @@ public class QSContainerImpl extends FrameLayout {
                mAnimateBottomOnNextLayout = true;
                mAnimateBottomOnNextLayout = true;
            }
            }
        });
        });
        mQSPanel.setMediaVisibilityChangedListener((visible) -> {
            if (mQSPanel.isShown()) {
                mAnimateBottomOnNextLayout = true;
            }
        });




        setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_NO);
        setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_NO);