移除Debug显示信息
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user