removing an unused function
This commit is contained in:
parent
2fd7c48b9d
commit
6a0aa07816
1 changed files with 0 additions and 8 deletions
|
@ -1289,14 +1289,6 @@ class MyKeyboardView @JvmOverloads constructor(context: Context, attrs: Attribut
|
|||
}
|
||||
}
|
||||
|
||||
fun handleBack(): Boolean {
|
||||
if (mPopupKeyboard.isShowing) {
|
||||
dismissPopupKeyboard()
|
||||
return true
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
||||
private fun resetMultiTap() {
|
||||
mLastSentIndex = NOT_A_KEY
|
||||
mTapCount = 0
|
||||
|
|
Loading…
Reference in a new issue