Skip to content

Commit

Permalink
Fix keyboard closing while scrolling content with Text Fields (#1558)
Browse files Browse the repository at this point in the history
Do not call text input service directly to stop input from the
`LegacyPlatformTextInputServiceAdapter`

Fixes
https://youtrack.jetbrains.com/issue/CMP-6643/iOS-The-keyboard-closes-while-scrolling-textfield-content-which-is-being-partially-overlapped-by-textfield

## Release Notes
Fix keyboard closing while scrolling content with Text Fields
  • Loading branch information
ASalavei committed Sep 13, 2024
1 parent b8b9b15 commit 656ad9f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ internal actual fun legacyTextInputServiceAdapterAndService():
}

override fun stopInput() {
service.stopInput()
session?.dispose()
session = null
}
Expand Down

0 comments on commit 656ad9f

Please sign in to comment.