Revert "Add WALLPAPER_PICKER_GRID_APPLY_BUTTON to SysUi Flags.kt"

Revert submission 24343660-picker-apply-button

Reason for revert: Build break on git_main branch on several targets

Reverted changes: /q/submissionid:24343660-picker-apply-button

Bug: 295257360
Change-Id: Ie634911352e4f5c37cc5f561fd30f81b49889f6e
Merged-In: Ie634911352e4f5c37cc5f561fd30f81b49889f6e
This commit is contained in:
Adam Shih
2023-08-10 03:59:17 +00:00
parent fba608d818
commit 73745d4a85
2 changed files with 0 additions and 9 deletions

View File

@@ -190,9 +190,6 @@ object CustomizationProviderContract {
/** Flag denoting transit clock are enabled in wallpaper picker. */
const val FLAG_NAME_PAGE_TRANSITIONS = "wallpaper_picker_page_transitions"
/** Flag denoting adding apply button to wallpaper picker's grid preview page. */
const val FLAG_NAME_GRID_APPLY_BUTTON = "wallpaper_picker_grid_apply_button"
/** Flag denoting whether preview loading animation is enabled. */
const val FLAG_NAME_WALLPAPER_PICKER_PREVIEW_ANIMATION =
"wallpaper_picker_preview_animation"

View File

@@ -226,12 +226,6 @@ object Flags {
val WALLPAPER_PICKER_PAGE_TRANSITIONS =
unreleasedFlag("wallpaper_picker_page_transitions")
/** Add "Apply" button to wall paper picker's grid preview page. */
// TODO(b/294866904): Tracking bug.
@JvmField
val WALLPAPER_PICKER_GRID_APPLY_BUTTON =
unreleasedFlag("wallpaper_picker_grid_apply_button")
/** Whether to run the new udfps keyguard refactor code. */
// TODO(b/279440316): Tracking bug.
@JvmField