Loading packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/NotificationsShadeScene.kt +6 −0 Original line number Original line Diff line number Diff line Loading @@ -96,6 +96,12 @@ constructor( shadeMode = ShadeMode.Dual, shadeMode = ShadeMode.Dual, modifier = Modifier.fillMaxWidth(), modifier = Modifier.fillMaxWidth(), ) ) // Communicates the bottom position of the drawable area within the shade to NSSL. NotificationStackCutoffGuideline( stackScrollView = stackScrollView.get(), viewModel = notificationsPlaceholderViewModel, ) } } } } } } Loading Loading
packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/NotificationsShadeScene.kt +6 −0 Original line number Original line Diff line number Diff line Loading @@ -96,6 +96,12 @@ constructor( shadeMode = ShadeMode.Dual, shadeMode = ShadeMode.Dual, modifier = Modifier.fillMaxWidth(), modifier = Modifier.fillMaxWidth(), ) ) // Communicates the bottom position of the drawable area within the shade to NSSL. NotificationStackCutoffGuideline( stackScrollView = stackScrollView.get(), viewModel = notificationsPlaceholderViewModel, ) } } } } } } Loading