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"
11
11
androidx-compose-activity = " 1.10.1"
12
12
androidx-compose-viewmodel = " 2.9.1"
13
13
androidx-compose-navigation = " 2.9.0"
14
- androidx-compose-screenshot = " 0.0.1-alpha10 "
14
+ androidx-compose-screenshot = " 0.0.1-alpha09 "
15
15
junit = " 4.13.2"
16
16
com-google-truth = " 1.4.4"
17
17
androidx-test-ext = " 1.2.1"
Original file line number Diff line number Diff line change 1
1
package me.nya_n.notificationnotifier.ui.common
2
2
3
3
import androidx.compose.foundation.layout.PaddingValues
4
- import androidx.compose.foundation.layout.systemBarsPadding
4
+ import androidx.compose.foundation.layout.fillMaxSize
5
5
import androidx.compose.material3.MaterialTheme
6
6
import androidx.compose.material3.Scaffold
7
7
import androidx.compose.material3.Snackbar
@@ -52,7 +52,7 @@ fun AppScaffold(
52
52
}
53
53
}
54
54
},
55
- modifier = Modifier .systemBarsPadding (),
55
+ modifier = Modifier .fillMaxSize (),
56
56
content = content
57
57
)
58
58
}
You can’t perform that action at this time.
0 commit comments