Snap for 5733626 from d334cf7263 to rvc-release
Change-Id: I9e3728929473ae16154f7aec24f56c6364052a8a
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user