remove error when attemptToResumeMsgFromWxFlag

This commit is contained in:
JarvanMo
2023-05-19 22:21:32 +08:00
parent 87bf15d62a
commit f244b51839

View File

@ -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) {