移除Debug显示信息
This commit is contained in:
parent
4d9dbadea5
commit
b184d5255f
@ -4024,7 +4024,7 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
|
||||
i++;
|
||||
}
|
||||
}
|
||||
ToastUtil.show("已清理:" + i);
|
||||
Log.i("清理图片缓存", "clearImageView: "+i);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
@ -55,6 +55,8 @@ public class MainHomeViewHolder extends AbsMainHomeParentViewHolder {
|
||||
img_trophy = (ImageView) findViewById(R.id.img_trophy);
|
||||
ImgLoader.display(mContext, "https://downs.yaoulive.com/gif_trophy.gif", img_trophy);
|
||||
|
||||
}
|
||||
private void showDebugFloatView(){
|
||||
img_trophy.setOnClickListener(v -> {
|
||||
if (EasyFloat.isShow("Debug")) {
|
||||
EasyFloat.dismiss("Debug");
|
||||
|
Loading…
Reference in New Issue
Block a user