summaryrefslogtreecommitdiffstats
path: root/quickstep/src/com/android/quickstep/OverviewInteractionState.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2019-04-03 16:44:32 -0700
committerSunny Goyal <sunnygoyal@google.com>2019-04-03 17:02:36 -0700
commit9e84e0c1c1e375e11ea6fa81b448dfe1cddd8b20 (patch)
tree369eb678aec67f475b8f657b9dd427412ae2926d /quickstep/src/com/android/quickstep/OverviewInteractionState.java
parent5fadfe562c080d6b73e002cfba3ce3194d499c53 (diff)
downloadpackages_apps_Trebuchet-9e84e0c1c1e375e11ea6fa81b448dfe1cddd8b20.tar.gz
packages_apps_Trebuchet-9e84e0c1c1e375e11ea6fa81b448dfe1cddd8b20.tar.bz2
packages_apps_Trebuchet-9e84e0c1c1e375e11ea6fa81b448dfe1cddd8b20.zip
Removing SWIPE_HOME flag and using sysUI mode instead
Bug: 129873705 Change-Id: Ieaa7d7928427daed98538c616bdf58b28d295829
Diffstat (limited to 'quickstep/src/com/android/quickstep/OverviewInteractionState.java')
-rw-r--r--quickstep/src/com/android/quickstep/OverviewInteractionState.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/quickstep/src/com/android/quickstep/OverviewInteractionState.java b/quickstep/src/com/android/quickstep/OverviewInteractionState.java
index ce472c667..286ddc043 100644
--- a/quickstep/src/com/android/quickstep/OverviewInteractionState.java
+++ b/quickstep/src/com/android/quickstep/OverviewInteractionState.java
@@ -27,10 +27,8 @@ import android.util.Log;
import com.android.launcher3.Utilities;
import com.android.launcher3.allapps.DiscoveryBounce;
-import com.android.launcher3.config.FeatureFlags;
import com.android.launcher3.util.MainThreadInitializedObject;
import com.android.launcher3.util.UiThreadHelper;
-import com.android.quickstep.SysUINavigationMode.Mode;
import com.android.systemui.shared.recents.ISystemUiProxy;
import androidx.annotation.WorkerThread;
@@ -150,8 +148,6 @@ public class OverviewInteractionState {
}
private void onNavigationModeChanged(SysUINavigationMode.Mode mode) {
- FeatureFlags.SWIPE_HOME.updateStorage(mContext, mode == Mode.NO_BUTTON);
-
mSwipeUpEnabled = mode.hasGestures;
resetHomeBounceSeenOnQuickstepEnabledFirstTime();
mBgHandler.obtainMessage(MSG_APPLY_FLAGS).sendToTarget();