-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TF-3150 Remove Cancel button and add timeout for saving & sending email
- Loading branch information
Showing
19 changed files
with
440 additions
and
166 deletions.
There are no files selected for viewing
6 changes: 5 additions & 1 deletion
6
lib/features/composer/domain/exceptions/compose_email_exception.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
class SendingEmailCanceledException implements Exception {} | ||
|
||
class SavingEmailToDraftsCanceledException implements Exception {} | ||
class SavingEmailToDraftsCanceledException implements Exception {} | ||
|
||
class SendingEmailTimeoutException implements Exception {} | ||
|
||
class SavingEmailToDraftsTimeoutException implements Exception {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.