fix: comment replies visibility

This commit is contained in:
rebelonion 2024-02-24 23:50:20 -06:00
parent 55e156579b
commit bff8983b23
2 changed files with 3 additions and 2 deletions

View file

@ -41,7 +41,7 @@ class CommentItem(val comment: Comment,
val adapter = GroupieAdapter()
private var subCommentIds: MutableList<Int> = mutableListOf()
val repliesSection = Section()
var isEditing = false
private var isEditing = false
private var isReplying = false
private var repliesVisible = false
var MAX_DEPTH = 3