Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/SharedNotificationContainerBinder.kt +13 −12 Original line number Diff line number Diff line Loading @@ -99,8 +99,8 @@ constructor( disposables += view.repeatWhenAttached(mainImmediateDispatcher) { repeatOnLifecycle(Lifecycle.State.CREATED) { if (!SceneContainerFlag.isEnabled) { launch { // Only temporarily needed, until flexi notifs go live viewModel.shadeCollapseFadeIn.collect { fadeIn -> if (fadeIn) { android.animation.ValueAnimator.ofFloat(0f, 1f).apply { Loading @@ -116,6 +116,7 @@ constructor( } } } } launch { viewModel Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/SharedNotificationContainerBinder.kt +13 −12 Original line number Diff line number Diff line Loading @@ -99,8 +99,8 @@ constructor( disposables += view.repeatWhenAttached(mainImmediateDispatcher) { repeatOnLifecycle(Lifecycle.State.CREATED) { if (!SceneContainerFlag.isEnabled) { launch { // Only temporarily needed, until flexi notifs go live viewModel.shadeCollapseFadeIn.collect { fadeIn -> if (fadeIn) { android.animation.ValueAnimator.ofFloat(0f, 1f).apply { Loading @@ -116,6 +116,7 @@ constructor( } } } } launch { viewModel Loading