Loading packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/element/NotificationElement.kt +2 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ package com.android.systemui.keyguard.ui.composable.element import android.view.ViewGroup import androidx.compose.foundation.layout.fillMaxWidth import androidx.compose.foundation.layout.fillMaxSize import androidx.compose.runtime.Composable import androidx.compose.ui.Modifier import com.android.compose.animation.scene.ContentScope Loading Loading @@ -85,7 +85,7 @@ constructor( stackScrollView = stackScrollView.get(), viewModel = rememberViewModel("Notifications") { viewModelFactory.create() }, modifier = modifier.fillMaxWidth().let { modifier.fillMaxSize().let { if (burnInParams == null) { it } else { Loading Loading
packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/element/NotificationElement.kt +2 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ package com.android.systemui.keyguard.ui.composable.element import android.view.ViewGroup import androidx.compose.foundation.layout.fillMaxWidth import androidx.compose.foundation.layout.fillMaxSize import androidx.compose.runtime.Composable import androidx.compose.ui.Modifier import com.android.compose.animation.scene.ContentScope Loading Loading @@ -85,7 +85,7 @@ constructor( stackScrollView = stackScrollView.get(), viewModel = rememberViewModel("Notifications") { viewModelFactory.create() }, modifier = modifier.fillMaxWidth().let { modifier.fillMaxSize().let { if (burnInParams == null) { it } else { Loading