修复平台名字为null问题

This commit is contained in:
khy
2016-12-02 17:39:21 +08:00
parent 39a42e224a
commit 3d82162b4d
8 changed files with 25 additions and 9 deletions

View File

@ -768,7 +768,7 @@ public class MainActivity extends BaseFragmentActivity implements OnClickListene
*/
private void update() {
if (isNewFirstLaunch) {
EventBus.getDefault().post(new EBUISwitch("NewsFragment", -1)); //通知更新推荐关注小版块 TODO 插件化平台可能为空
EventBus.getDefault().post(new EBUISwitch("NewsFragment", -1)); //通知更新推荐关注小版块
}
new Thread(){
@Override