fix修复line支付无法唤起app的问题

This commit is contained in:
2023-05-08 14:04:43 +08:00
parent e67287e7d3
commit f0ddd98942
2 changed files with 3 additions and 0 deletions

View File

@@ -95,6 +95,8 @@ public class TestWebViewClient extends WebViewClient {
else
view.loadUrl(fallbackUrl);
return true;
}else{
mContext.startActivity(new Intent(Intent.ACTION_VIEW, uri));
}
}
}