Skip to content

Commit

Permalink
fix #645
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvanMo authored Oct 15, 2024
1 parent 43d16f5 commit 18b6db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/foundation/share_models.dart
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ class WeChatImageToShare with _Argument {
}

if (Platform.isAndroid) {
assert(uint8List != null && localImagePath != null);
assert(uint8List == null && localImagePath == null);
}
}

Expand Down

0 comments on commit 18b6db6

Please sign in to comment.