mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-22 14:23:55 +00:00
fix: comment replies visibility
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -245,7 +245,8 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="8dp"
|
||||
android:visibility="gone"
|
||||
android:visibility="visible"
|
||||
tools:visibility="gone"
|
||||
tools:ignore="RtlSymmetry" />
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user