Skip to content

Commit

Permalink
Merge pull request #985 from Infomaniak/toast-saving-draft
Browse files Browse the repository at this point in the history
Toast for saving and sending drafts from mailto:
  • Loading branch information
KevinBoulongne committed Jun 6, 2023
2 parents 2de84aa + b817375 commit 4194fd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class NewMessageActivity : ThemedActivity() {

private fun displayDraftActionToast(action: DraftAction) {
if (isTaskRoot) {
showToast(title = if (action == DraftAction.SAVE) R.string.snackbarDraftSaved else R.string.snackbarEmailSending)
showToast(title = if (action == DraftAction.SAVE) R.string.snackbarDraftSaving else R.string.snackbarEmailSending)
}
}

Expand Down

0 comments on commit 4194fd7

Please sign in to comment.