File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
app/src/main/java/to/bitkit/ui/screens Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,8 @@ import android.content.Intent
44import androidx.compose.foundation.Image
55import androidx.compose.foundation.layout.Column
66import androidx.compose.foundation.layout.aspectRatio
7- import androidx.compose.foundation.layout.fillMaxSize
87import androidx.compose.foundation.layout.fillMaxWidth
98import androidx.compose.foundation.layout.padding
10- import androidx.compose.foundation.layout.systemBarsPadding
119import androidx.compose.runtime.Composable
1210import androidx.compose.ui.Modifier
1311import androidx.compose.ui.platform.LocalContext
@@ -23,6 +21,7 @@ import to.bitkit.ui.components.Display
2321import to.bitkit.ui.components.PrimaryButton
2422import to.bitkit.ui.components.VerticalSpacer
2523import to.bitkit.ui.scaffold.AppTopBar
24+ import to.bitkit.ui.shared.util.screen
2625import to.bitkit.ui.theme.AppThemeSurface
2726import to.bitkit.ui.theme.Colors
2827import to.bitkit.ui.utils.withAccent
@@ -33,9 +32,8 @@ fun CriticalUpdateScreen() {
3332
3433 Column (
3534 modifier = Modifier
36- .fillMaxSize ()
35+ .screen ()
3736 .padding(horizontal = 32 .dp)
38- .systemBarsPadding()
3937 ) {
4038 AppTopBar (
4139 titleText = stringResource(R .string.other__update_critical_nav_title),
You can’t perform that action at this time.
0 commit comments