You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.JMModal( showModal: $isRequestPermissionVisible, for: [.notification, .microphone, .camera, .photo, .siri, .contacts, .location, .opticBiometrics], autoDismiss: true, restrictDismissal: false, onDisappear: { requestedPermissions = true } )
If all permissions are allowed, modal is not dissmissed at all.
The text was updated successfully, but these errors were encountered:
I have this code in
.JMModal( showModal: $isRequestPermissionVisible, for: [.notification, .microphone, .camera, .photo, .siri, .contacts, .location, .opticBiometrics], autoDismiss: true, restrictDismissal: false, onDisappear: { requestedPermissions = true } )
If all permissions are allowed, modal is not dissmissed at all.
The text was updated successfully, but these errors were encountered: