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.
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.