removing a redundant constant

This commit is contained in:
tibbi 2022-01-30 10:53:59 +01:00
parent 04eda0e677
commit ebe9dea6bb
1 changed files with 0 additions and 1 deletions

View File

@ -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_START_DELAY = 400
private val LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout()
private const val MAX_NEARBY_KEYS = 12
}
init {