!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

@ -194,7 +194,9 @@ class ImageContainerView : LinearLayout {
val position = if (mAnswerEntity?.type == "community_article") {
binding.root.tag as Int
} else {
if (mAnswerEntity!!.getPassVideos().isNullOrEmpty()) binding.root.tag as Int else (binding.root.tag as Int) - 1
if (mAnswerEntity!!.getPassVideos()
.isNullOrEmpty()
) binding.root.tag as Int else (binding.root.tag as Int) - 1
}
if (mAnswerEntity?.communityId.isNullOrEmpty()) {
mAnswerEntity?.communityId = mAnswerEntity?.bbs?.id