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() {
|
public void onChildAnimationFinished() {
|
||||||
requestChildrenUpdate();
|
requestChildrenUpdate();
|
||||||
|
runAnimationFinishedRunnables();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void runAnimationFinishedRunnables() {
|
||||||
for (Runnable runnable : mAnimationFinishedRunnables) {
|
for (Runnable runnable : mAnimationFinishedRunnables) {
|
||||||
runnable.run();
|
runnable.run();
|
||||||
}
|
}
|
||||||
@@ -2349,6 +2353,7 @@ public class NotificationStackScrollLayout extends ViewGroup
|
|||||||
if (mListener != null) {
|
if (mListener != null) {
|
||||||
mListener.onChildLocationsChanged(this);
|
mListener.onChildLocationsChanged(this);
|
||||||
}
|
}
|
||||||
|
runAnimationFinishedRunnables();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setSpeedBumpView(SpeedBumpView speedBumpView) {
|
public void setSpeedBumpView(SpeedBumpView speedBumpView) {
|
||||||
|
|||||||
Reference in New Issue
Block a user