You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2021. It is now read-only.
Upon either selecting while using after first requesting for always permissions or requesting for always permissions more than once, method hangs and does not return permission status.
Expected behavior
Method would return PermissionStatus.denied when user selects while using and return current PermissionStatus in additional calls to request always permissions.
Reproduction steps
Request while using permissions
Grant while using permissions
Request always permissions
Select while using in popup
Configuration
Version: 3.0.0+1
Platform:
π± iOS
π€ Android
The text was updated successfully, but these errors were encountered:
[VERBOSE-2:ui_dart_state.cc(166)] Unhandled Exception:
PlatformException(ERROR_ALREADY_REQUESTING_PERMISSION, A request for permissions is already running, please wait for it to finish before doing another request., null)
#0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:572:7) #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:161:18)
When testing on iOS emulator and real device, the application never returns a value when location permissions are kept to while using upon requestion for location always permissions.
π Bug Report
Upon either selecting while using after first requesting for always permissions or requesting for always permissions more than once, method hangs and does not return permission status.
Expected behavior
Method would return PermissionStatus.denied when user selects while using and return current PermissionStatus in additional calls to request always permissions.
Reproduction steps
Configuration
Version: 3.0.0+1
Platform:
The text was updated successfully, but these errors were encountered: