mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-06-05 21:49:26 +02:00
removing a redundant constant
This commit is contained in:
@ -187,7 +187,6 @@ class MyKeyboardView @JvmOverloads constructor(context: Context, attrs: Attribut
|
|||||||
private const val REPEAT_INTERVAL = 50 // ~20 keys per second
|
private const val REPEAT_INTERVAL = 50 // ~20 keys per second
|
||||||
private const val REPEAT_START_DELAY = 400
|
private const val REPEAT_START_DELAY = 400
|
||||||
private val LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout()
|
private val LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout()
|
||||||
private const val MAX_NEARBY_KEYS = 12
|
|
||||||
}
|
}
|
||||||
|
|
||||||
init {
|
init {
|
||||||
|
Reference in New Issue
Block a user