| | |
| | | import com.weikou.beibeivideo.R; |
| | | import com.weikou.beibeivideo.ui.MyRetainViewFragment; |
| | | import com.weikou.beibeivideo.util.ad.KSConstant; |
| | | import com.weikou.beibeivideo.util.video.DPEventCollectUtil; |
| | | import com.weikou.beibeivideo.widget.MySwipeRefreshLayout; |
| | | |
| | | import java.util.List; |
| | |
| | | @Override |
| | | public void onDPNewsDetailEnter(Map<String, Object> map) { |
| | | log("onDPNewsDetailEnter"); |
| | | DPEventCollectUtil.newsDetailEnter(getContext(), map); |
| | | } |
| | | |
| | | @Override |
| | |
| | | })); |
| | | |
| | | Fragment fragment = mIDPWidget.getFragment(); |
| | | if (fragment != null) { |
| | | if (fragment != null && getChildFragmentManager() != null) { |
| | | getChildFragmentManager().beginTransaction().replace(R.id.fl_content, fragment).commitAllowingStateLoss(); |
| | | } |
| | | } |