Commit dc4fecd7 authored by linfeng's avatar linfeng

租车下单优化

parent eb5a72d7
...@@ -339,6 +339,7 @@ public class CarDetailActivity extends BaseStatusActivity<CommonPresenter> { ...@@ -339,6 +339,7 @@ public class CarDetailActivity extends BaseStatusActivity<CommonPresenter> {
} }
private void initWeb() { private void initWeb() {
WebSettings webSettings = mWebView.getSettings(); WebSettings webSettings = mWebView.getSettings();
if (webSettings == null) return; if (webSettings == null) return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment