From b38f417a466eb752c289b5575dd9672fe0e00acc Mon Sep 17 00:00:00 2001 From: Mahendra Liya Date: Mon, 29 May 2023 11:22:54 +0530 Subject: [PATCH] refactor: changing default Threshold size to 30 --- .../kotlin/com/simplemobiletools/dialer/helpers/Constants.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/com/simplemobiletools/dialer/helpers/Constants.kt b/app/src/main/kotlin/com/simplemobiletools/dialer/helpers/Constants.kt index 8b15b5b1..ec0f31e6 100644 --- a/app/src/main/kotlin/com/simplemobiletools/dialer/helpers/Constants.kt +++ b/app/src/main/kotlin/com/simplemobiletools/dialer/helpers/Constants.kt @@ -29,4 +29,4 @@ const val DECLINE_CALL = PATH + "decline_call" const val DIALPAD_TONE_LENGTH_MS = 150L // The length of DTMF tones in milliseconds -const val MIN_RECENT_TRESHOLD = 12 +const val MIN_RECENT_TRESHOLD = 30