Removing the unecessary loading of the emoji suggestions when creating the new post view model
This commit is contained in:
@@ -224,7 +224,6 @@ open class NewPostViewModel : ViewModel() {
|
|||||||
) {
|
) {
|
||||||
this.accountViewModel = accountViewModel
|
this.accountViewModel = accountViewModel
|
||||||
this.account = accountViewModel.account
|
this.account = accountViewModel.account
|
||||||
this.emojiSuggestions.value
|
|
||||||
|
|
||||||
val noteEvent = draft?.event
|
val noteEvent = draft?.event
|
||||||
val noteAuthor = draft?.author
|
val noteAuthor = draft?.author
|
||||||
|
|||||||
Reference in New Issue
Block a user