summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralk3pInjection <webmaster@raspii.tech>2021-09-19 17:54:43 +0800
committeralk3pInjection <webmaster@raspii.tech>2021-09-27 21:17:05 +0800
commit1cfdd307448a54a436c94db4ddc884b0ae157e7a (patch)
tree2f5a12f5974bad00224c6993738cf822636dbc54
parente24b80eeebcf25ce94dffddb2e8b0ced7bb36c88 (diff)
Revert "SystemUI: Restore analog and bubble clock styles"
* unattractive and redundant This reverts commit bed7b35b56a5d45a0859e03147cfcc2b20e02493. Change-Id: I4442afba6350773b6399878a3504ce53cb892a73
-rw-r--r--packages/SystemUI/src/com/android/keyguard/clock/ClockManager.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/SystemUI/src/com/android/keyguard/clock/ClockManager.java b/packages/SystemUI/src/com/android/keyguard/clock/ClockManager.java
index 1f75a268990c..2200b22b8b27 100644
--- a/packages/SystemUI/src/com/android/keyguard/clock/ClockManager.java
+++ b/packages/SystemUI/src/com/android/keyguard/clock/ClockManager.java
@@ -150,8 +150,6 @@ public final class ClockManager {
LayoutInflater layoutInflater = injectionInflater.injectable(LayoutInflater.from(context));
addBuiltinClock(() -> new DefaultClockController(res, layoutInflater, colorExtractor));
- addBuiltinClock(() -> new BubbleClockController(res, layoutInflater, colorExtractor));
- addBuiltinClock(() -> new AnalogClockController(res, layoutInflater, colorExtractor));
// Store the size of the display for generation of clock preview.
DisplayMetrics dm = res.getDisplayMetrics();