mirror of
https://github.com/SimpleMobileTools/Simple-Voice-Recorder.git
synced 2025-06-05 21:59:31 +02:00
Fixed const value
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user