Skip to content

Commit

Permalink
Minor rename
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-semyonov committed Jul 3, 2024
1 parent f9dd03e commit 3467125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ internal class UIKitTextInputService(

private fun detachIntermediateTextInputView() {
textUIView?.let { view ->
view.resetOnPressesCallback()
view.resetOnKeyboardPressesCallback()
mainScope.launch {
view.removeFromSuperview()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ internal class IntermediateTextInputUIView(
override fun tokenizer(): UITextInputTokenizerProtocol =
UITextInputStringTokenizer(textInput = this)

fun resetOnPressesCallback() {
fun resetOnKeyboardPressesCallback() {
onKeyboardPresses = NoOpOnKeyboardPresses
}
}
Expand Down

0 comments on commit 3467125

Please sign in to comment.