!format: 全局格式化代码

This commit is contained in:
chenjuntao
2022-10-26 18:16:47 +08:00
parent 322774fc78
commit 6dca8cf33c
1424 changed files with 19848 additions and 14390 deletions

View File

@ -356,7 +356,9 @@ public class LibaoUtils {
break;
case "查看":
if (!TextUtils.isEmpty(libaoEntity.getDes())) {
DialogHelper.showCenterDialog(v.getContext(), "使用说明", Html.fromHtml(libaoEntity.getDes()), "关闭", "", () -> {}, () -> {});
DialogHelper.showCenterDialog(v.getContext(), "使用说明", Html.fromHtml(libaoEntity.getDes()), "关闭", "", () -> {
}, () -> {
});
}
break;
case "再领":
@ -424,7 +426,9 @@ public class LibaoUtils {
break;
case "check":
if (!TextUtils.isEmpty(libaoEntity.getDes())) {
DialogHelper.showDialog(context, "使用说明", Html.fromHtml(libaoEntity.getDes()), "关闭", "", () -> {}, () -> {}, false, "", "");
DialogHelper.showDialog(context, "使用说明", Html.fromHtml(libaoEntity.getDes()), "关闭", "", () -> {
}, () -> {
}, false, "", "");
}
break;
case "repeatLing":