Cleans up the fork information on new posts has been canceled or posted.

This commit is contained in:
Vitor Pamplona 2024-03-04 16:20:59 -05:00
parent 432b1e4902
commit 8299f4cfca

View File

@ -629,6 +629,8 @@ open class NewPostViewModel() : ViewModel() {
toUsers = TextFieldValue("")
subject = TextFieldValue("")
forkedFromNote = null
contentToAddUrl = null
urlPreview = null
isUploadingImage = false