File tree Expand file tree Collapse file tree
feature/record/src/main/kotlin/com/ninecraft/booket/feature/record/step Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ import androidx.compose.ui.focus.FocusRequester
3232import androidx.compose.ui.focus.focusRequester
3333import androidx.compose.ui.focus.onFocusChanged
3434import androidx.compose.ui.graphics.vector.ImageVector
35- import androidx.compose.ui.platform.LocalSoftwareKeyboardController
3635import androidx.compose.ui.res.stringResource
3736import androidx.compose.ui.res.vectorResource
3837import androidx.compose.ui.text.input.ImeAction
@@ -66,7 +65,6 @@ fun ImpressionStep(
6665 val coroutineScope = rememberCoroutineScope()
6766 val impressionGuideBottomSheetState = rememberModalBottomSheetState(skipPartiallyExpanded = true )
6867 val focusRequester = remember { FocusRequester () }
69- val keyboardController = LocalSoftwareKeyboardController .current
7068 val scrollState = rememberScrollState()
7169 val bringIntoViewRequester = remember { BringIntoViewRequester () }
7270 val keyboardState by rememberKeyboardVisible()
You can’t perform that action at this time.
0 commit comments