mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Merge "Treat setup wizard default home as null." into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5248b02080
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user