Commit 83168fea277a3a5dcf900e362a2d0f38eb47a7bb
代码合并
Showing
1 changed file
with
1 additions
and
1 deletions
app/strike/src/main/java/com/cnlive/strike/MyPresenter.java
| @@ -3,7 +3,7 @@ package com.cnlive.strike; | @@ -3,7 +3,7 @@ package com.cnlive.strike; | ||
| 3 | import com.hannesdorfmann.mosby3.mvp.MvpBasePresenter; | 3 | import com.hannesdorfmann.mosby3.mvp.MvpBasePresenter; |
| 4 | 4 | ||
| 5 | public class MyPresenter extends MvpBasePresenter<MyFragmentView> { | 5 | public class MyPresenter extends MvpBasePresenter<MyFragmentView> { |
| 6 | - public void setData(String msg){ | 6 | + public void setData(String msg) { |
| 7 | getView().setData(msg); | 7 | getView().setData(msg); |
| 8 | } | 8 | } |
| 9 | } | 9 | } |