Skip to content

Commit cd59711

Browse files
committed
[BOOK-288] chore: 미사용 변수 제거
1 parent 9594e5e commit cd59711

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • feature/record/src/main/kotlin/com/ninecraft/booket/feature/record/step

feature/record/src/main/kotlin/com/ninecraft/booket/feature/record/step/ImpressionStep.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import androidx.compose.ui.focus.FocusRequester
3232
import androidx.compose.ui.focus.focusRequester
3333
import androidx.compose.ui.focus.onFocusChanged
3434
import androidx.compose.ui.graphics.vector.ImageVector
35-
import androidx.compose.ui.platform.LocalSoftwareKeyboardController
3635
import androidx.compose.ui.res.stringResource
3736
import androidx.compose.ui.res.vectorResource
3837
import 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()

0 commit comments

Comments
 (0)