summaryrefslogtreecommitdiff
path: root/src/com/android
diff options
context:
space:
mode:
authorGeorge Lin <giolin@google.com>2022-11-11 20:11:36 +0000
committerGeorge Lin <giolin@google.com>2022-11-11 20:11:36 +0000
commit106597d4b959f749dd42234733cf55eb3cf41f55 (patch)
tree5afb7538be25eef1368cadd45ae5a2e1731773d1 /src/com/android
parentf2ca29fa0018584f33f68af60d10838bcbb348aa (diff)
downloadThemePicker-106597d4b959f749dd42234733cf55eb3cf41f55.tar.gz
[TP] Change custom clocks flag name
Change the flag name for custom clocks Test: Manual Bug: 241966062 Change-Id: Ia3f92b6ea36364ccfde81cd48601d275919ebd49
Diffstat (limited to 'src/com/android')
-rw-r--r--src/com/android/customization/model/clock/ClockSectionController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/customization/model/clock/ClockSectionController.java b/src/com/android/customization/model/clock/ClockSectionController.java
index 8f98b884..285b5b70 100644
--- a/src/com/android/customization/model/clock/ClockSectionController.java
+++ b/src/com/android/customization/model/clock/ClockSectionController.java
@@ -37,7 +37,7 @@ public class ClockSectionController implements CustomizationSectionController<Cl
@Override
public boolean isAvailable(@Nullable Context context) {
- return Flags.enableClockCustomization;
+ return Flags.enableCustomClocks;
}
@Override