修复友盟推送初始化异常,ImageUtils代码转换kotlin
This commit is contained in:
@ -8,17 +8,16 @@ import android.text.TextUtils;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
|
||||
import com.gh.base.OnRequestCallBackListener;
|
||||
import com.gh.common.util.CommentUtils;
|
||||
import com.gh.common.util.EntranceUtils;
|
||||
import com.gh.common.util.QQUtils;
|
||||
import com.gh.common.util.TokenUtils;
|
||||
import com.lightgame.utils.Utils;
|
||||
import com.gh.gamecenter.GameDetailActivity;
|
||||
import com.gh.gamecenter.NewsDetailActivity;
|
||||
import com.gh.gamecenter.R;
|
||||
import com.gh.gamecenter.SubjectActivity;
|
||||
import com.gh.gamecenter.WebActivity;
|
||||
import com.lightgame.adapter.BaseRecyclerAdapter;
|
||||
import com.gh.gamecenter.adapter.viewholder.FooterViewHolder;
|
||||
import com.gh.gamecenter.db.KeFuMarkReadDao;
|
||||
import com.gh.gamecenter.db.MessageMarkReadDao;
|
||||
@ -26,10 +25,11 @@ import com.gh.gamecenter.db.info.KeFuMarkReadInfo;
|
||||
import com.gh.gamecenter.db.info.MessageMarkReadInfo;
|
||||
import com.gh.gamecenter.entity.MessageKeFuEntity;
|
||||
import com.gh.gamecenter.eventbus.EBUISwitch;
|
||||
import com.gh.base.OnRequestCallBackListener;
|
||||
import com.gh.gamecenter.retrofit.Response;
|
||||
import com.gh.gamecenter.retrofit.RetrofitManager;
|
||||
import com.google.gson.Gson;
|
||||
import com.lightgame.adapter.BaseRecyclerAdapter;
|
||||
import com.lightgame.utils.Utils;
|
||||
|
||||
import org.greenrobot.eventbus.EventBus;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user