Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Voice search permission fix (#1337)
Browse files Browse the repository at this point in the history
Fixes microphone permission loop when rejected.
  • Loading branch information
keianhzo authored and bluemarvin committed Jun 26, 2019
1 parent 5262229 commit e759f46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public void onRequestPermissionsResult(int requestCode, String[] permissions, in
show();

} else {
super.show();
super.show(true);
setPermissionNotGranted();
}
}
Expand Down

0 comments on commit e759f46

Please sign in to comment.