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) {
|
if (it) {
|
||||||
tryInitVoiceRecorder()
|
tryInitVoiceRecorder()
|
||||||
} else {
|
} else {
|
||||||
|
toast(R.string.no_audio_permissions)
|
||||||
finish()
|
finish()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user