don't show sending failed dialog when sending was cancelled (#3226)

* don't show sending failed dialog when sending was cancelled

* still mark cancelled statuses as failed but don't show alert
This commit is contained in:
Konrad Pozniak 2023-01-28 12:40:36 +01:00 committed by GitHub
commit 8cd4521e2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View file

@ -271,6 +271,7 @@ class ComposeViewModel @Inject constructor(
mediaFocus = mediaFocus,
poll = poll.value,
failedToSend = false,
failedToSendAlert = false,
scheduledAt = scheduledAt.value,
language = postLanguage,
statusId = originalStatusId,