fix(android): Resolve "[PermissionRequestInProgressException]" when a…#1425
fix(android): Resolve "[PermissionRequestInProgressException]" when a…#1425mvanbeusekom merged 4 commits intoBaseflow:mainfrom
Conversation
…pp is relaunched with non-standard launchMode Fixes an issue where relaunching the app after hiding it, when `launchMode` is not set to `standard`, would throw a "[PermissionRequestInProgressException] A request for permissions is already running" error. Now ensures proper handling of permission requests when the app is relaunched.
|
@mvanbeusekom could you review it please? |
|
@mvanbeusekom , Hello! Could you, please, follow up on this PR. It's a small fix which covers important use case for projects having non-standard launch modes. |
mvanbeusekom
left a comment
There was a problem hiding this comment.
Hi @mikolashka,
Could you please update the version number of the package in the pubspec.yaml and add a matching record in the CHANGELOG.md
|
@mvanbeusekom, done |
|
@mvanbeusekom, hi! sorry to bother, but it looks like all required changes are done by @mikolashka, would it be possible to merge this? |
|
Hi @mvanbeusekom, I hope you're doing well! I just wanted follow up on my Pull Request. I’ve been keeping it up to date by resolving merge conflicts whenever there are updates to the main branch, and I’d be happy to address any feedback or additional changes if needed. I really appreciate the work you and the team are doing on this project—it’s been a great resource! Please let me know if there’s anything I can do to help move this PR forward or if it’s waiting on something specific. Thanks so much for your time and consideration! |
mvanbeusekom
left a comment
There was a problem hiding this comment.
Hi @mikolashka,
The changes look good to me. Sorry for the long delay, I'll make sure this is published today.
Thank you very much for all the patience and effort to keep everything in sync.
fix(android): Resolve "[PermissionRequestInProgressException]" when app is relaunched with non-standard launchMode
Fixes an issue where relaunching the app after hiding it, when
launchModeis not set tostandard, would throw a "[PermissionRequestInProgressException] A request for permissions is already running" error.Now ensures proper handling of permission requests when the app is relaunched.
This is issue on this bug.