mirror of
https://github.com/SimpleMobileTools/Simple-Voice-Recorder.git
synced 2025-06-05 21:59:31 +02:00
Added missing permission toast (#84)
This commit is contained in:
@ -31,6 +31,7 @@ class MainActivity : SimpleActivity() {
|
||||
if (it) {
|
||||
tryInitVoiceRecorder()
|
||||
} else {
|
||||
toast(R.string.no_audio_permissions)
|
||||
finish()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user