mirror of
https://github.com/OpenFlutter/fluwx.git
synced 2025-05-17 15:25:59 +08:00
remove error when attemptToResumeMsgFromWxFlag
This commit is contained in:
@ -145,10 +145,9 @@ class FluwxPlugin : FlutterPlugin, MethodCallHandler, ActivityAware,
|
||||
activityPluginBinding?.activity?.intent?.let {
|
||||
letWeChatHandleIntent(it)
|
||||
}
|
||||
result.success(null)
|
||||
} else {
|
||||
result.error("attemptToResumeMsgFromWx error", null, null)
|
||||
|
||||
}
|
||||
result.success(null)
|
||||
}
|
||||
|
||||
private fun openWeChatInvoice(call: MethodCall, result: Result) {
|
||||
|
Reference in New Issue
Block a user