移除Debug显示信息

This commit is contained in:
zlzw 2023-02-14 15:15:37 +08:00
parent 4d9dbadea5
commit b184d5255f
2 changed files with 3 additions and 1 deletions

View File

@ -4024,7 +4024,7 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
i++; i++;
} }
} }
ToastUtil.show("已清理:" + i); Log.i("清理图片缓存", "clearImageView: "+i);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} }

View File

@ -55,6 +55,8 @@ public class MainHomeViewHolder extends AbsMainHomeParentViewHolder {
img_trophy = (ImageView) findViewById(R.id.img_trophy); img_trophy = (ImageView) findViewById(R.id.img_trophy);
ImgLoader.display(mContext, "https://downs.yaoulive.com/gif_trophy.gif", img_trophy); ImgLoader.display(mContext, "https://downs.yaoulive.com/gif_trophy.gif", img_trophy);
}
private void showDebugFloatView(){
img_trophy.setOnClickListener(v -> { img_trophy.setOnClickListener(v -> {
if (EasyFloat.isShow("Debug")) { if (EasyFloat.isShow("Debug")) {
EasyFloat.dismiss("Debug"); EasyFloat.dismiss("Debug");