fix build after merge

pull/749/head
greenart7c3 2024-03-20 07:22:55 -03:00
rodzic 499939ed68
commit 5910ef199f
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -1304,11 +1304,10 @@ class AccountViewModel(val account: Account, val settings: SettingsState) : View
}
}
suspend fun deleteDraft(draftTag: String) {
val notes = LocalCache.draftNotes(draftTag)
account.delete(notes)
}
}
val bechLinkCache = CachedLoadedBechLink(this)