Removing the unecessary loading of the emoji suggestions when creating the new post view model

This commit is contained in:
Vitor Pamplona 2025-01-03 20:36:18 -05:00
parent aa44560714
commit 46de90ea65

View File

@ -224,7 +224,6 @@ open class NewPostViewModel : ViewModel() {
) {
this.accountViewModel = accountViewModel
this.account = accountViewModel.account
this.emojiSuggestions.value
val noteEvent = draft?.event
val noteAuthor = draft?.author