summaryrefslogtreecommitdiffstats
path: root/quickstep
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2018-02-27 11:30:44 -0800
committerTony Wickham <twickham@google.com>2018-02-27 11:30:44 -0800
commit30d075727835eea60d5c4f50963f4c04f8c48b56 (patch)
treef1769156aa54bee1f6e7494155cd6990782f63de /quickstep
parent7eadfc4f150ed6fd3877249847740624ab671031 (diff)
downloadandroid_packages_apps_Trebuchet-30d075727835eea60d5c4f50963f4c04f8c48b56.tar.gz
android_packages_apps_Trebuchet-30d075727835eea60d5c4f50963f4c04f8c48b56.tar.bz2
android_packages_apps_Trebuchet-30d075727835eea60d5c4f50963f4c04f8c48b56.zip
Default swiping to N-1 task from home to true
Bug: 73854835 Change-Id: I585dc2f95e0abbffe45ef28b14268350aba5b9a9
Diffstat (limited to 'quickstep')
-rw-r--r--quickstep/src/com/android/launcher3/uioverrides/RecentsViewStateController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/quickstep/src/com/android/launcher3/uioverrides/RecentsViewStateController.java b/quickstep/src/com/android/launcher3/uioverrides/RecentsViewStateController.java
index 7d371e96b..80ecb924e 100644
--- a/quickstep/src/com/android/launcher3/uioverrides/RecentsViewStateController.java
+++ b/quickstep/src/com/android/launcher3/uioverrides/RecentsViewStateController.java
@@ -75,7 +75,7 @@ public class RecentsViewStateController implements StateHandler {
public void setStateWithAnimation(final LauncherState toState,
AnimatorSetBuilder builder, AnimationConfig config) {
boolean settingEnabled = Utilities.getPrefs(mLauncher)
- .getBoolean("pref_scroll_to_first_task", false);
+ .getBoolean("pref_scroll_to_first_task_default_true", true);
mIsRecentsScrollingToFirstTask = mLauncher.isInState(NORMAL) && toState == OVERVIEW
&& settingEnabled;
// TODO: Instead of animating the workspace translationX, move the contents