-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hi,
When AppPermission.required = true, and the settings rationale is shown, it cannot be dismissed, and locks the user onto the dialog until the respective setting is accepted, as onDismiss is always empty
if (PermissionManagerConfig.customSettingsUI != null) {
PermissionManagerConfig.customSettingsUI!!.invoke(
permission,
{}, // _empty onDismiss lambda here_
{
permissionState.showSettingsPopUp = false
permissionState.resumedFromSettings = true
openAppSettings(context)
}
)
}
When I use AppPermission.required = false, the settings rationale does not appear at all (which is fair). But there is no way to control onDismiss, even if I try to edit it through setCustomSettingsUI.
Is it possible to add support for this?
Thanks :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels