tauri/.changes/fix-request-permissions.md
Lucas Fernandes Nogueira 00182ebf89
fix(core): requestPermissions not resolving on Android (#10988)
the checkPermissions command is also a PermissionCallback, and the annotation check is incorrectly ignoring that fact, so the requestPermissions is never resolved for the geolocation plugin
2024-09-13 09:08:31 -03:00

79 B

tauri
patch:bug

Fix requestPermissions not resolving on Android.