mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-03-03 11:07:44 +01:00
removing an unused function
This commit is contained in:
parent
2fd7c48b9d
commit
6a0aa07816
@ -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…
x
Reference in New Issue
Block a user