Merge "Make 1.8 the default threshold for overview -> all apps." into udc-qpr-dev am: b1f4670843

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/23836391

Change-Id: I0cf240abb7c6eaad20b0e0b9abb4f7d17102b7fe
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-06-30 00:11:19 +00:00
committed by Automerger Merge Worker
+1 -1
View File
@@ -277,7 +277,7 @@ class LauncherPrefs(private val encryptedContext: Context) {
@JvmField val ICON_STATE = nonRestorableItem(LauncherAppState.KEY_ICON_STATE, "", true)
@JvmField
val ALL_APPS_OVERVIEW_THRESHOLD =
nonRestorableItem(LauncherAppState.KEY_ALL_APPS_OVERVIEW_THRESHOLD, 200, true)
nonRestorableItem(LauncherAppState.KEY_ALL_APPS_OVERVIEW_THRESHOLD, 180, true)
@JvmField val THEMED_ICONS = backedUpItem(Themes.KEY_THEMED_ICONS, false, true)
@JvmField val PROMISE_ICON_IDS = backedUpItem(InstallSessionHelper.PROMISE_ICON_IDS, "")
@JvmField val WORK_EDU_STEP = backedUpItem(WorkProfileManager.KEY_WORK_EDU_STEP, 0)