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
Describe the bug
Limited permission overlay does not show up when paired with maxAssets: maxAssetsCount: 1 and specialPickerType: SpecialPickerType.noPreview
Provide limited permission and select few assets and continue
Limited access overlay is not visible
Expected behavior
Limited access overlay should be visible depending on permission and should not be influenced by above mentioned parameters
Screenshots
with maxAssets: maxAssetsCount: 1 and specialPickerType: SpecialPickerType.noPreview:
if either of value is changed (eg: changing maxAssets: maxAssetsCount: 2 OR removing optional property specialPickerType: SpecialPickerType.noPreview):
Describe the bug
Limited permission overlay does not show up when paired with
maxAssets: maxAssetsCount: 1
andspecialPickerType: SpecialPickerType.noPreview
How to reproduce
Execute below mentioned code:
Steps to reproduce the behavior:
Expected behavior
Screenshots
maxAssets: maxAssetsCount: 1
andspecialPickerType: SpecialPickerType.noPreview
:maxAssets: maxAssetsCount: 2
OR removing optional propertyspecialPickerType: SpecialPickerType.noPreview
):Version information
Additional context
Culprit:
For android:
flutter_wechat_assets_picker/lib/src/delegates/asset_picker_builder_delegate.dart
Lines 1089 to 1090 in f15336e
For IOS:
flutter_wechat_assets_picker/lib/src/delegates/asset_picker_builder_delegate.dart
Lines 1116 to 1117 in f15336e
Solution:
Updating condition would probably fix issue:
Questions:
The text was updated successfully, but these errors were encountered: