Loading packages/SystemUI/customization/src/com/android/systemui/shared/clocks/ClockRegistry.kt +0 −1 Original line number Diff line number Diff line Loading @@ -509,7 +509,6 @@ open class ClockRegistry( private var isQueued = AtomicBoolean(false) fun verifyLoadedProviders() { Log.i(TAG, Thread.currentThread().getStackTrace().toString()) val shouldSchedule = isQueued.compareAndSet(false, true) if (!shouldSchedule) { logger.tryLog( Loading Loading
packages/SystemUI/customization/src/com/android/systemui/shared/clocks/ClockRegistry.kt +0 −1 Original line number Diff line number Diff line Loading @@ -509,7 +509,6 @@ open class ClockRegistry( private var isQueued = AtomicBoolean(false) fun verifyLoadedProviders() { Log.i(TAG, Thread.currentThread().getStackTrace().toString()) val shouldSchedule = isQueued.compareAndSet(false, true) if (!shouldSchedule) { logger.tryLog( Loading