移除调试内容

This commit is contained in:
zlzw 2023-03-31 17:32:52 +08:00
parent 48f1d42739
commit 87afe9297d

View File

@ -44,10 +44,6 @@ public class MainHomeViewHolder extends AbsMainHomeParentViewHolder {
ImgLoader.display(mContext, "https://downs.yaoulive.com/gif_trophy.gif", img_trophy);
img_trophy.setOnLongClickListener(v -> {
new LiveAnchorSayPopDialog(mContext).setLiveUid("98275").showDialog();
return false;
});
}