From 46de90ea654d4f101ff5e7ef2efa89d1d9c398f6 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Fri, 3 Jan 2025 20:36:18 -0500 Subject: [PATCH] Removing the unecessary loading of the emoji suggestions when creating the new post view model --- .../com/vitorpamplona/amethyst/ui/actions/NewPostViewModel.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/actions/NewPostViewModel.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/actions/NewPostViewModel.kt index 9ce1f1edf..f9cf51ea6 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/actions/NewPostViewModel.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/actions/NewPostViewModel.kt @@ -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