Shturma Vladislav

Results 6 comments of Shturma Vladislav

This fix worked for me https://stackoverflow.com/a/60631550/9581817

@taljacobson example app starts working if you add the needed code to your AndroidManifest.xml ``` // add queries tag for mailto intent out side of application tag ``` I believe...

There is a workaround. `Permission.photos.request()` is returning `PermissionStatus.denied`, but `Permission.photos.isLimited` returns `true`. So you can call `Permission.photos.request()` and do not check answer of this call but than check if user...

Issue need to be open. I created PR to fix this. Please, review

@deven98 hello! Any plans on this fix? I have opened pr for it