From ca9a6de3d70c09aaa87134ec382929422a4fcac7 Mon Sep 17 00:00:00 2001 From: Agnieszka C <85929121+Aga-C@users.noreply.github.com> Date: Sun, 3 Oct 2021 18:16:49 +0200 Subject: [PATCH] Fixed const value --- .../com/simplemobiletools/voicerecorder/helpers/Constants.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/com/simplemobiletools/voicerecorder/helpers/Constants.kt b/app/src/main/kotlin/com/simplemobiletools/voicerecorder/helpers/Constants.kt index 9c10fcd..afa1dce 100644 --- a/app/src/main/kotlin/com/simplemobiletools/voicerecorder/helpers/Constants.kt +++ b/app/src/main/kotlin/com/simplemobiletools/voicerecorder/helpers/Constants.kt @@ -28,7 +28,7 @@ const val RECORDING_PAUSED = 2 const val HIDE_NOTIFICATION = "hide_notification" const val SAVE_RECORDINGS = "save_recordings" const val EXTENSION = "extension" -const val BITRATE = "BITRATE" +const val BITRATE = "bitrate" @SuppressLint("InlinedApi") fun getAudioFileContentUri(id: Long): Uri {