fix build after merge
This commit is contained in:
@@ -1304,11 +1304,10 @@ class AccountViewModel(val account: Account, val settings: SettingsState) : View
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
suspend fun deleteDraft(draftTag: String) {
|
suspend fun deleteDraft(draftTag: String) {
|
||||||
val notes = LocalCache.draftNotes(draftTag)
|
val notes = LocalCache.draftNotes(draftTag)
|
||||||
account.delete(notes)
|
account.delete(notes)
|
||||||
}
|
}
|
||||||
|
|
||||||
val bechLinkCache = CachedLoadedBechLink(this)
|
val bechLinkCache = CachedLoadedBechLink(this)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user