Loading packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/NotificationsShadeOverlay.kt +35 −38 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ package com.android.systemui.notifications.ui.composable import androidx.compose.foundation.layout.Box import androidx.compose.foundation.layout.Column import androidx.compose.foundation.layout.fillMaxWidth import androidx.compose.foundation.layout.padding Loading Loading @@ -124,7 +123,6 @@ constructor( ) }, ) { Box { Column { if (isFullWidth) { val burnIn = rememberBurnIn(keyguardClockViewModel) Loading Loading @@ -168,7 +166,6 @@ constructor( } } } } object NotificationsShade { object Elements { Loading Loading
packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/NotificationsShadeOverlay.kt +35 −38 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ package com.android.systemui.notifications.ui.composable import androidx.compose.foundation.layout.Box import androidx.compose.foundation.layout.Column import androidx.compose.foundation.layout.fillMaxWidth import androidx.compose.foundation.layout.padding Loading Loading @@ -124,7 +123,6 @@ constructor( ) }, ) { Box { Column { if (isFullWidth) { val burnIn = rememberBurnIn(keyguardClockViewModel) Loading Loading @@ -168,7 +166,6 @@ constructor( } } } } object NotificationsShade { object Elements { Loading