mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 11:41:56 +00:00
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
6 lines
79 B
Markdown
6 lines
79 B
Markdown
---
|
|
"tauri": patch:bug
|
|
---
|
|
|
|
Fix `requestPermissions` not resolving on Android.
|