File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
quickstep/src/com/android/launcher3 Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -1150,13 +1150,10 @@ private void addRemoteAnimations(RemoteAnimationDefinition definition) {
1150
1150
* Registers remote animations used when closing apps to home screen.
1151
1151
*/
1152
1152
public void registerRemoteTransitions () {
1153
- if (ENABLE_SHELL_TRANSITIONS && LawnchairQuickstepCompat .ATLEAST_U ) {
1153
+ if (SEPARATE_RECENTS_ACTIVITY .get () || !Utilities .ATLEAST_T ) return ;
1154
+
1155
+ if (ENABLE_SHELL_TRANSITIONS && LawnchairQuickstepCompat .ATLEAST_U )
1154
1156
SystemUiProxy .INSTANCE .get (mLauncher ).shareTransactionQueue ();
1155
- }
1156
- if (SEPARATE_RECENTS_ACTIVITY .get ()) {
1157
- return ;
1158
- }
1159
- if (!LawnchairQuickstepCompat .ATLEAST_T ) return ;
1160
1157
if (hasControlRemoteAppTransitionPermission ()) {
1161
1158
mWallpaperOpenTransitionRunner = createWallpaperOpenRunner (false /* fromUnlock */ );
1162
1159
mLauncherOpenTransition = LawnchairQuickstepCompat .getRemoteTransitionCompat ().getRemoteTransition (
You can’t perform that action at this time.
0 commit comments