File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/src/main/java/dev/davwheat/railway/gateline_errors/composable Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import androidx.compose.foundation.layout.Column
11
11
import androidx.compose.foundation.layout.ExperimentalLayoutApi
12
12
import androidx.compose.foundation.layout.fillMaxSize
13
13
import androidx.compose.foundation.layout.fillMaxWidth
14
+ import androidx.compose.foundation.layout.imePadding
14
15
import androidx.compose.foundation.layout.padding
15
16
import androidx.compose.foundation.rememberScrollState
16
17
import androidx.compose.foundation.verticalScroll
@@ -56,7 +57,7 @@ fun MainUi(modifier: Modifier = Modifier, showAds: Boolean) {
56
57
)
57
58
)
58
59
59
- Scaffold (modifier) { innerPadding ->
60
+ Scaffold (modifier.imePadding() ) { innerPadding ->
60
61
Box (modifier = Modifier .fillMaxSize()) {
61
62
BottomSheetScaffold (
62
63
sheetDragHandle = {},
You can’t perform that action at this time.
0 commit comments