Commit 7b189305 by zhengnw@sobot.com

去掉 baseactivty 中的throws InterruptedException;

parent 71ed77b0
......@@ -424,7 +424,7 @@ public abstract class SobotBaseActivity extends FragmentActivity {
protected void initBundleData(Bundle savedInstanceState) {
}
protected abstract void initView() throws InterruptedException;
protected abstract void initView();
protected abstract void initData();
......
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