feat: reply in comments(WIP)

This commit is contained in:
aayush262 2024-02-17 12:29:39 +05:30
parent 420c0348f9
commit 1fe50d2cca
3 changed files with 251 additions and 188 deletions

View file

@ -73,7 +73,7 @@ class CommentsActivity : AppCompatActivity() {
markwonEditor
)
)
binding.commentReplyToContainer.visibility = View.GONE //TODO: implement reply
var editing = false
var editingCommentId = -1
fun editCallback(comment: CommentItem) {