Merge "Fix expanded notifications on lockscreen" into lmp-dev
This commit is contained in:
@@ -720,6 +720,8 @@ public abstract class PanelView extends FrameLayout {
|
||||
abortAnimations();
|
||||
if (mTracking) {
|
||||
onTrackingStopped(true /* expands */); // The panel is expanded after this call.
|
||||
}
|
||||
if (mExpanding) {
|
||||
notifyExpandingFinished();
|
||||
}
|
||||
setVisibility(VISIBLE);
|
||||
|
||||
Reference in New Issue
Block a user