Loading quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java +0 −4 Original line number Diff line number Diff line Loading @@ -697,10 +697,6 @@ public class TouchInteractionService extends Service implements if (!mIsUserUnlocked) { return; } if (!mMode.hasGestures && !mOverviewComponentObserver.isHomeAndOverviewSame()) { // Prevent the overview from being started before the real home on first boot. return; } final ActivityControlHelper<BaseDraggingActivity> activityControl = mOverviewComponentObserver.getActivityControlHelper(); Loading Loading
quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java +0 −4 Original line number Diff line number Diff line Loading @@ -697,10 +697,6 @@ public class TouchInteractionService extends Service implements if (!mIsUserUnlocked) { return; } if (!mMode.hasGestures && !mOverviewComponentObserver.isHomeAndOverviewSame()) { // Prevent the overview from being started before the real home on first boot. return; } final ActivityControlHelper<BaseDraggingActivity> activityControl = mOverviewComponentObserver.getActivityControlHelper(); Loading