Merge "Treat setup wizard default home as null." into tm-qpr-dev

This commit is contained in:
Brian Isganitis
2023-03-03 21:11:18 +00:00
committed by Android (Google) Code Review
3 changed files with 15 additions and 0 deletions

View File

@@ -1132,6 +1132,10 @@ public class TouchInteractionService extends Service
return;
}
// TODO(b/258022658): Remove temporary logging.
Log.i(TAG, "preloadOverview: forSUWAllSet=" + forSUWAllSet
+ ", isHomeAndOverviewSame=" + mOverviewComponentObserver.isHomeAndOverviewSame());
mTaskAnimationManager.preloadRecentsAnimation(overviewIntent);
}