Skip to content

Commit

Permalink
Improve restore of tag position.
Browse files Browse the repository at this point in the history
  • Loading branch information
mopsalarm committed Jul 16, 2018
1 parent c0dc2b0 commit 8664d5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ interface PostActions {
class TagsView(context: Context, private val onDetailClickedListener: PostActions) : FrameLayout(context) {
private val alwaysVoteViews = !Settings.get().hideTagVoteButtons

private val adapter = TagsAdapter().apply { submitList(emptyList()) }
private val adapter = TagsAdapter()

private var selectedTagId = -1L
private var tags: List<Api.Tag> = listOf()
Expand Down

0 comments on commit 8664d5a

Please sign in to comment.