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