From ebe9dea6bbc9c2fc5876610fb7734995ce43742c Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 30 Jan 2022 10:53:59 +0100 Subject: [PATCH] removing a redundant constant --- .../com/simplemobiletools/keyboard/views/MyKeyboardView.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/kotlin/com/simplemobiletools/keyboard/views/MyKeyboardView.kt b/app/src/main/kotlin/com/simplemobiletools/keyboard/views/MyKeyboardView.kt index 202693a4..0ff2bdc5 100644 --- a/app/src/main/kotlin/com/simplemobiletools/keyboard/views/MyKeyboardView.kt +++ b/app/src/main/kotlin/com/simplemobiletools/keyboard/views/MyKeyboardView.kt @@ -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 {