Skip to content

Commit

Permalink
Update FluwxPlugin.m
Browse files Browse the repository at this point in the history
修复iOS分享缩略图不显示问题
  • Loading branch information
TYJ1990 authored Nov 20, 2023
1 parent 7630935 commit 2a0b0d8
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 2a0b0d8

Please sign in to comment.