1、统一所有fragment初始化流程,继承自BaseFragment

2、统一大部分viewholder
3、TODO fragment adapter viewholder的分包还没处理完成
This commit is contained in:
CsHeng
2017-06-16 14:11:18 +08:00
parent 1160fb999e
commit f5425c2bea
138 changed files with 1143 additions and 1005 deletions

View File

@ -63,7 +63,7 @@ import com.gh.gamecenter.eventbus.EBReuse;
import com.gh.gamecenter.eventbus.EBShowDialog;
import com.gh.gamecenter.eventbus.EBSkip;
import com.gh.gamecenter.eventbus.EBUISwitch;
import com.gh.gamecenter.game.GameFragment;
import com.gh.gamecenter.fragment.GameFragment;
import com.gh.gamecenter.manager.ConcernManager;
import com.gh.gamecenter.manager.DataCollectionManager;
import com.gh.gamecenter.manager.FilterManager;