File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
feature/edit/src/main/kotlin/com/ninecraft/booket/feature/edit/record Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,11 @@ import androidx.compose.foundation.layout.Spacer
88import androidx.compose.foundation.layout.fillMaxSize
99import androidx.compose.foundation.layout.fillMaxWidth
1010import androidx.compose.foundation.layout.height
11+ import androidx.compose.foundation.layout.WindowInsets
12+ import androidx.compose.foundation.layout.exclude
13+ import androidx.compose.foundation.layout.ime
1114import androidx.compose.foundation.layout.imePadding
15+ import androidx.compose.material3.ScaffoldDefaults
1216import androidx.compose.foundation.layout.padding
1317import androidx.compose.foundation.layout.width
1418import androidx.compose.foundation.rememberScrollState
@@ -58,6 +62,7 @@ internal fun RecordEditUi(
5862 ReedScaffold (
5963 modifier = modifier.fillMaxSize(),
6064 containerColor = White ,
65+ contentWindowInsets = ScaffoldDefaults .contentWindowInsets.exclude(WindowInsets .ime),
6166 ) { innerPadding ->
6267 Column (
6368 modifier = modifier
You can’t perform that action at this time.
0 commit comments