diff --git a/app/src/main/java/com/vitorpamplona/amethyst/model/Account.kt b/app/src/main/java/com/vitorpamplona/amethyst/model/Account.kt index df5224f7d..bce553768 100644 --- a/app/src/main/java/com/vitorpamplona/amethyst/model/Account.kt +++ b/app/src/main/java/com/vitorpamplona/amethyst/model/Account.kt @@ -1784,7 +1784,14 @@ class Account( note: Note, onReady: (Boolean) -> Unit, ) { - if (!isWriteable()) return + if (!isWriteable()) { + onReady(false) + false + } + if (userProfile().latestBookmarkList == null) { + onReady(false) + false + } if (note is AddressableNote) { userProfile().latestBookmarkList?.privateTaggedAddresses(signer) {