Merge "resetPositionAnimated should be called when onBackCancelled ends" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c1b562ec58
@@ -141,8 +141,8 @@ public class LauncherBackAnimationController {
|
||||
@Override
|
||||
public void onBackCancelled() {
|
||||
handler.post(() -> {
|
||||
resetPositionAnimated();
|
||||
mProgressAnimator.reset();
|
||||
mProgressAnimator.onBackCancelled(
|
||||
LauncherBackAnimationController.this::resetPositionAnimated);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user