removing an unused function

This commit is contained in:
tibbi 2022-01-13 14:29:32 +01:00
parent 2fd7c48b9d
commit 6a0aa07816

View file

@ -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