Loading packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/KeyguardClockViewBinder.kt +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ object KeyguardClockViewBinder { } } keyguardRootView.repeatWhenAttached { repeatOnLifecycle(Lifecycle.State.STARTED) { repeatOnLifecycle(Lifecycle.State.CREATED) { launch { if (!migrateClocksToBlueprint()) return@launch viewModel.currentClock.collect { currentClock -> Loading packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/KeyguardSmartspaceViewBinder.kt +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ object KeyguardSmartspaceViewBinder { blueprintInteractor: KeyguardBlueprintInteractor, ) { keyguardRootView.repeatWhenAttached { repeatOnLifecycle(Lifecycle.State.STARTED) { repeatOnLifecycle(Lifecycle.State.CREATED) { launch { if (!migrateClocksToBlueprint()) return@launch clockViewModel.hasCustomWeatherDataDisplay.collect { hasCustomWeatherDataDisplay Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/KeyguardClockViewBinder.kt +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ object KeyguardClockViewBinder { } } keyguardRootView.repeatWhenAttached { repeatOnLifecycle(Lifecycle.State.STARTED) { repeatOnLifecycle(Lifecycle.State.CREATED) { launch { if (!migrateClocksToBlueprint()) return@launch viewModel.currentClock.collect { currentClock -> Loading
packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/KeyguardSmartspaceViewBinder.kt +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ object KeyguardSmartspaceViewBinder { blueprintInteractor: KeyguardBlueprintInteractor, ) { keyguardRootView.repeatWhenAttached { repeatOnLifecycle(Lifecycle.State.STARTED) { repeatOnLifecycle(Lifecycle.State.CREATED) { launch { if (!migrateClocksToBlueprint()) return@launch clockViewModel.hasCustomWeatherDataDisplay.collect { hasCustomWeatherDataDisplay Loading