Merge pull request #89 from Aga-C/show-permission-toast

Added missing permission toast (#84)
This commit is contained in:
Tibor Kaputa 2022-02-02 23:05:56 +01:00 committed by GitHub
commit 2226bd0123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class MainActivity : SimpleActivity() {
if (it) {
tryInitVoiceRecorder()
} else {
toast(R.string.no_audio_permissions)
finish()
}
}