Skip to content

Commit

Permalink
refactor: Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasBourdin88 committed Dec 17, 2024
1 parent e121cfe commit 46b0114
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ class NewMessageViewModel @Inject constructor(
fun arrivedFromExistingDraft() = arrivedFromExistingDraft
fun draftLocalUuid() = draftLocalUuid
fun draftMode() = draftMode
fun recipient() = recipient
fun shouldLoadDistantResources() = shouldLoadDistantResources

fun initDraftAndViewModel(intent: Intent): LiveData<Draft?> = liveData(ioCoroutineContext) {
Expand Down

0 comments on commit 46b0114

Please sign in to comment.