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

Commit 6739480f 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 am: 550401de

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

Change-Id: Iebef5e3184944eaeb91fc6e623690994e6d6fcbe
parents 8c8291fd 550401de
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);