removing a semicolon

This commit is contained in:
Tibor Kaputa
2021-10-18 19:37:49 +02:00
committed by GitHub
parent b09090e8ea
commit 8bdaee90a7

View File

@ -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() {