Snap for 5733626 from d334cf7263 to rvc-release

Change-Id: I9e3728929473ae16154f7aec24f56c6364052a8a
This commit is contained in:
android-build-team Robot
2019-07-17 03:10:40 +00:00
@@ -697,6 +697,10 @@ 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();