[barcode-scanner][v2] bug: Unhandled variant prompt-with-rationale
in type PermissionState
#979
Labels
prompt-with-rationale
in type PermissionState
#979
When running
checkPermissions()
from@tauri-apps/plugin-barcode-scanner
(version2.0.0-alpha.4
) on an Android phone, I receive"prompt-with-rationale"
instead one of the variants ofPermissionState = "granted" | "denied" | "prompt"
. How should I handle it? Same way as the regular"prompt"
?The text was updated successfully, but these errors were encountered: