1.修复转发功能不可用的bug
parent
7bfeffa810
commit
481dfb7778
|
@ -8,6 +8,7 @@
|
||||||
@property MopEventStream *mopEventStreamHandler;
|
@property MopEventStream *mopEventStreamHandler;
|
||||||
@property FlutterMethodChannel *methodChannel;
|
@property FlutterMethodChannel *methodChannel;
|
||||||
@property FlutterMethodChannel *shareMethodChannel;
|
@property FlutterMethodChannel *shareMethodChannel;
|
||||||
|
@property FlutterMethodChannel *shareAppletMethodChannel;
|
||||||
@property FlutterMethodChannel *appletMethodChannel;
|
@property FlutterMethodChannel *appletMethodChannel;
|
||||||
|
|
||||||
+ (instancetype) instance;
|
+ (instancetype) instance;
|
||||||
|
|
|
@ -63,7 +63,7 @@ static MopPlugin *_instance;
|
||||||
methodChannelWithName:@"plugins.finosprite.finogeeks.com/share_applet"
|
methodChannelWithName:@"plugins.finosprite.finogeeks.com/share_applet"
|
||||||
binaryMessenger:[registrar messenger]];
|
binaryMessenger:[registrar messenger]];
|
||||||
[registrar addMethodCallDelegate:_instance channel:appletShareChannel];
|
[registrar addMethodCallDelegate:_instance channel:appletShareChannel];
|
||||||
_instance.shareMethodChannel = appletShareChannel;
|
_instance.shareAppletMethodChannel = appletShareChannel;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue