Commit 095ceae1 authored by linfeng's avatar linfeng

bug修复

parent 783cd1c0
...@@ -130,6 +130,8 @@ public class MainActivity extends BaseActivity<CommonPresenter> { ...@@ -130,6 +130,8 @@ public class MainActivity extends BaseActivity<CommonPresenter> {
checkVersion(); checkVersion();
} }
@Override @Override
public void onShowResult(int requestType, BaseBean result) { public void onShowResult(int requestType, BaseBean result) {
switch (requestType) { switch (requestType) {
......
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