测试代码删除

This commit is contained in:
liujing
2021-08-17 15:19:16 +08:00
parent 736d97d13b
commit 0b8f98a890

View File

@@ -410,13 +410,6 @@ public class EntranceFragment extends MvpFragment<EntranceView, EntrancePresente
}
});
//临时测试代码
jumpCheck.setLongClickable(true);
jumpCheck.setOnLongClickListener(v->{
MogoApisHandler.getInstance().getApis().getCheckProvider().showCheckDialog(getContext());
return true;
});
}
private int debugPanelClickCount = 0;