Skip to content

Commit

Permalink
Build90
Browse files Browse the repository at this point in the history
  - Fixes
  • Loading branch information
Hamza417 committed Aug 29, 2023
1 parent bedb894 commit 9ab7bc2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class AdapterTags(val tags: ArrayList<Tag>, private val function: (String) -> Un
val container: DynamicRippleMaterialCardView = itemView.findViewById(R.id.container)

init {
recyclerView.setHasFixedSize(true)
recyclerView.layoutManager = GridLayoutManager(itemView.context, 4)
recyclerView.suppressLayout(true)
recyclerView.addOnItemTouchListener(object : RecyclerView.SimpleOnItemTouchListener() {
Expand Down

0 comments on commit 9ab7bc2

Please sign in to comment.