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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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