BugFix: Stick reply setup from Gigi.

This commit is contained in:
Vitor Pamplona
2023-03-29 18:06:41 -04:00
parent 8f14ccda86
commit a8c8ee1539

View File

@@ -49,6 +49,9 @@ class NewPostViewModel : ViewModel() {
this.mentions = currentMentions.plus(replyUser)
}
}
} ?: {
replyTos = null
mentions = null
}
quote?.let {