removing a semicolon
This commit is contained in:
parent
b09090e8ea
commit
8bdaee90a7
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue