Skip to content

Commit 02abb9b

Browse files
committed
🐛 Fix select button issue with WeChat Moment on Android
1 parent d683fcf commit 02abb9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/src/delegates/asset_picker_viewer_builder_delegate.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,8 @@ class DefaultAssetPickerViewerBuilderDelegate
786786
),
787787
),
788788
appBar(context),
789-
if (selectedAssets != null || (isWeChatMoment && hasVideo))
789+
if (selectedAssets != null ||
790+
(isAppleOS && isWeChatMoment && hasVideo))
790791
bottomDetailBuilder(context),
791792
],
792793
),

0 commit comments

Comments
 (0)