Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move request for microphone permission to onCreate
This request can cause issues if the user denies the microphone permission. Calling requestPermissions causes GrantPermissionsActivity to be launched. Citra's MainActivity will pause. GrantPermissionsActivity will immediately finish as the user has already denied the permission. Citra's MainActivity then gets resumed and then tries to request the permission again forming a loop.
- Loading branch information