-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bugFix - Android recording doesn't work the first time after granting… #265
bugFix - Android recording doesn't work the first time after granting… #265
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also mention the issue this PR is solving so that after merging this PR, the issue can be automatically closed.
@@ -205,4 +208,8 @@ class AudioRecorder : PluginRegistry.RequestPermissionsResultListener { | |||
else -> return MediaRecorder.OutputFormat.MPEG_4 | |||
} | |||
} | |||
|
|||
fun interface RequestPermissionsSuccessCallback { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please put this in a utils file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated @ujas-m-simformsolutions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix - Android recording doesn't work the first time after granting permissions