Commit f835a18e authored by fallenstardust's avatar fallenstardust

onresume时检查扩展卡包版本

parent fea1f4d0
...@@ -318,6 +318,7 @@ public abstract class HomeActivity extends BaseActivity implements BottomNavigat ...@@ -318,6 +318,7 @@ public abstract class HomeActivity extends BaseActivity implements BottomNavigat
@Override @Override
protected void onResume() { protected void onResume() {
super.onResume(); super.onResume();
ServerUtil.initExCardState();//检查扩展卡版本
} }
@Override @Override
......
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