Merge "Fixed a bug where we might get stuck in a fully expanded statusbar" into mnc-dev
This commit is contained in:
@@ -2292,6 +2292,10 @@ public class NotificationStackScrollLayout extends ViewGroup
|
||||
|
||||
public void onChildAnimationFinished() {
|
||||
requestChildrenUpdate();
|
||||
runAnimationFinishedRunnables();
|
||||
}
|
||||
|
||||
private void runAnimationFinishedRunnables() {
|
||||
for (Runnable runnable : mAnimationFinishedRunnables) {
|
||||
runnable.run();
|
||||
}
|
||||
@@ -2349,6 +2353,7 @@ public class NotificationStackScrollLayout extends ViewGroup
|
||||
if (mListener != null) {
|
||||
mListener.onChildLocationsChanged(this);
|
||||
}
|
||||
runAnimationFinishedRunnables();
|
||||
}
|
||||
|
||||
public void setSpeedBumpView(SpeedBumpView speedBumpView) {
|
||||
|
||||
Reference in New Issue
Block a user