start tanlu service

This commit is contained in:
lixiaopeng
2020-02-18 14:22:06 +08:00
parent 1c447f1533
commit ae2c13ff7c

View File

@@ -314,8 +314,10 @@ import static com.mogo.module.tanlu.video.VideoInitKt.initVideo;
initMap();
initStrings();
initListener();
Log.d(TAG, "onActivityCreated ------>");
// 数据先到,卡片后创建
initData( DataSetChangedAdapter.getInstance().getData() );
sendShareReceiver("0");
}
private void initModelData() {
@@ -761,8 +763,6 @@ import static com.mogo.module.tanlu.video.VideoInitKt.initVideo;
isCurrentPage = true;
Logger.d(TAG, "tanlu卡片 onPerform 有效 ---->");
renderCardViews();
sendShareReceiver("0");
}
/**