fix修复line支付无法唤起app的问题
This commit is contained in:
@@ -95,6 +95,8 @@ public class TestWebViewClient extends WebViewClient {
|
||||
else
|
||||
view.loadUrl(fallbackUrl);
|
||||
return true;
|
||||
}else{
|
||||
mContext.startActivity(new Intent(Intent.ACTION_VIEW, uri));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user