Commit 2e560dbc081863510d6bbac36be36938ca17f41d
1 parent
d64a8879
Exists in
yxb_dev
and in
2 other branches
no message
Showing
3 changed files
with
3 additions
and
4 deletions
Show diff stats
.idea/vcs.xml
app/src/main/java/com/shunzhi/parent/presenter/ceping/CePingPresenter.java
... | ... | @@ -55,7 +55,7 @@ public class CePingPresenter extends CepingContract.CePingPresenter { |
55 | 55 | @Override |
56 | 56 | public void onClick(View view) { |
57 | 57 | ToolBean toolBean1= (ToolBean) view.getTag(); |
58 | - WebViewActivity.getInstance(mIView.getBindActivity(),toolBean1.toolUrl); | |
58 | + WebViewActivity.getInstance(mIView.getBindActivity(),toolBean1.toolUrl,-1); | |
59 | 59 | } |
60 | 60 | }); |
61 | 61 | layout_control.addView(textAndImgShowView); | ... | ... |
app/src/main/res/layout/activity_web_view.xml
... | ... | @@ -17,7 +17,6 @@ |
17 | 17 | <com.share.mvpsdk.widgets.NestedScrollWebView |
18 | 18 | android:layout_width="match_parent" |
19 | 19 | android:layout_height="match_parent" |
20 | - android:id="@+id/nesteScrollWebView" | |
21 | - ></com.share.mvpsdk.widgets.NestedScrollWebView> | |
20 | + android:id="@+id/nesteScrollWebView"/> | |
22 | 21 | |
23 | 22 | </LinearLayout> | ... | ... |