Merge "StatusBar unfold transition: reset translations when rotating" into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
22d8ff6f68
@@ -63,5 +63,11 @@ class StatusBarMoveFromCenterAnimationController @Inject constructor(
|
||||
override fun onTransitionProgress(progress: Float) {
|
||||
moveFromCenterAnimator?.onTransitionProgress(progress)
|
||||
}
|
||||
|
||||
override fun onTransitionFinished() {
|
||||
// Reset translations when transition is stopped/cancelled
|
||||
// (e.g. the transition could be cancelled mid-way when rotating the screen)
|
||||
moveFromCenterAnimator?.onTransitionProgress(1f)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user