Skip to content

Commit

Permalink
update template for list section compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Marciset authored and quentinmarciset committed Oct 26, 2022
1 parent cb929fb commit b66cd1c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class EntityListFragment{{tableName}}(private val binding: ViewDataBinding) : Cu
for (i in 0 until binding.fragmentListRecyclerView.itemDecorationCount) {
if (binding.fragmentListRecyclerView.getItemDecorationAt(i) is DividerItemDecoration) {
binding.fragmentListRecyclerView.removeItemDecorationAt(i)
break
}
}
}
Expand Down

0 comments on commit b66cd1c

Please sign in to comment.