mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-06-05 21:49:26 +02:00
removing an unused function
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user