Merge "Added Panel animation when media disappears from the expanded qs" into rvc-dev
This commit is contained in:
@@ -96,6 +96,11 @@ public class QSContainerImpl extends FrameLayout {
|
||||
mAnimateBottomOnNextLayout = true;
|
||||
}
|
||||
});
|
||||
mQSPanel.setMediaVisibilityChangedListener((visible) -> {
|
||||
if (mQSPanel.isShown()) {
|
||||
mAnimateBottomOnNextLayout = true;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_NO);
|
||||
|
||||
Reference in New Issue
Block a user