We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug A clear and concise description of what the bug is.
I have a JMModal with 3 permissions [Health, Motion, Notification].
By clicking any of them, with autoDismiss set to true, the view disappears without waiting for other permissions to be set.
autoDismiss
true
Here is my code:
.JMModal(showModal: $showPermission, for: [.health(categories: .init(read:readData)),.notification,.motion], autoDismiss: true, autoCheckAuthorization: true, restrictDismissal: true)
Expected behavior disabling autoDismiss keeps the view open until manually dismiss it.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Ok let me investigate this.
Sorry, something went wrong.
Need a few more days, on trip right now.
Fix issue #93 bug
f609de2
Merge pull request #94 from jevonmao/fix_dismiss_bug_#93
2f3c429
@gharary Try v1.5.3 and let me know if it's fixed.
Problem solved. Thanks
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
I have a JMModal with 3 permissions [Health, Motion, Notification].
By clicking any of them, with
autoDismiss
set totrue
, the view disappears without waiting for other permissions to be set.Here is my code:
Expected behavior
disabling
autoDismiss
keeps the view open until manually dismiss it.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: