Minimum thumbnail height

This commit is contained in:
tom5079
2020-10-01 22:46:03 +09:00
parent 4712d47903
commit dc75a753c3
2 changed files with 5 additions and 12 deletions

View File

@@ -283,8 +283,6 @@ class GalleryBlockAdapter(private val galleries: List<Int>) : RecyclerSwipeAdapt
// Make some views invisible to make it thinner
if (thin) {
galleryblock_language.visibility = View.GONE
galleryblock_type.visibility = View.GONE
galleryblock_tag_group.visibility = View.GONE
}
}