Skip to content

Commit

Permalink
Merge pull request #585 from TYJ1990/master
Browse files Browse the repository at this point in the history
分享时缩略图不显示
  • Loading branch information
JarvanMo authored Nov 20, 2023
2 parents 7630935 + 2a0b0d8 commit edd9886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/Classes/FluwxPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ @implementation FluwxPlugin {


+ (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar {
_fluwxRegistrar = registrar;
FlutterMethodChannel *channel =
[FlutterMethodChannel methodChannelWithName:@"com.jarvanmo/fluwx"
binaryMessenger:[registrar messenger]];
Expand Down

0 comments on commit edd9886

Please sign in to comment.