Merge "Call setVisibile immediately when wallpaper not in transition" into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2e5ca19d72
@@ -170,7 +170,7 @@ class WallpaperWindowToken extends WindowToken {
|
||||
linkFixedRotationTransform(wallpaperTarget.mToken);
|
||||
}
|
||||
}
|
||||
if (mTransitionController.isShellTransitionsEnabled()) {
|
||||
if (mTransitionController.inTransition(this)) {
|
||||
// If wallpaper is in transition, setVisible() will be called from commitVisibility()
|
||||
// when finishing transition. Otherwise commitVisibility() is already called from above
|
||||
// setVisibility().
|
||||
|
||||
Reference in New Issue
Block a user