Skip to content

Commit

Permalink
remove error when attemptToResumeMsgFromWxFlag
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvanMo committed May 19, 2023
1 parent 87bf15d commit f244b51
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions android/src/main/kotlin/com/jarvan/fluwx/FluwxPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f244b51

Please sign in to comment.