mirror of
https://github.com/SimpleMobileTools/Simple-Voice-Recorder.git
synced 2025-06-05 21:59:31 +02:00
removing a semicolon
This commit is contained in:
@ -5,7 +5,7 @@ import com.simplemobiletools.voicerecorder.services.RecorderService
|
||||
|
||||
class BackgroundRecordActivity : SimpleActivity() {
|
||||
companion object {
|
||||
const val RECORD_INTENT_ACTION = "RECORD_ACTION";
|
||||
const val RECORD_INTENT_ACTION = "RECORD_ACTION"
|
||||
}
|
||||
|
||||
override fun onResume() {
|
||||
|
Reference in New Issue
Block a user