File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
ui/src/main/kotlin/me/nya_n/notificationnotifier/ui/common Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ androidx-compose-bom = "2025.06.00"
1111androidx-compose-activity = " 1.10.1"
1212androidx-compose-viewmodel = " 2.9.1"
1313androidx-compose-navigation = " 2.9.0"
14- androidx-compose-screenshot = " 0.0.1-alpha10 "
14+ androidx-compose-screenshot = " 0.0.1-alpha09 "
1515junit = " 4.13.2"
1616com-google-truth = " 1.4.4"
1717androidx-test-ext = " 1.2.1"
Original file line number Diff line number Diff line change 11package me.nya_n.notificationnotifier.ui.common
22
33import androidx.compose.foundation.layout.PaddingValues
4- import androidx.compose.foundation.layout.systemBarsPadding
4+ import androidx.compose.foundation.layout.fillMaxSize
55import androidx.compose.material3.MaterialTheme
66import androidx.compose.material3.Scaffold
77import androidx.compose.material3.Snackbar
@@ -52,7 +52,7 @@ fun AppScaffold(
5252 }
5353 }
5454 },
55- modifier = Modifier .systemBarsPadding (),
55+ modifier = Modifier .fillMaxSize (),
5656 content = content
5757 )
5858}
You can’t perform that action at this time.
0 commit comments