mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-15 18:12:26 -06:00
Hooked notifications to status changes on document upload - some refactorings
This commit is contained in:
@@ -68,5 +68,9 @@ String translateError(BuildContext context, ErrorCode code) {
|
||||
return S.of(context).errorMessageUnsupportedFileFormat;
|
||||
case ErrorCode.missingClientCertificate:
|
||||
return S.of(context).errorMessageMissingClientCertificate;
|
||||
case ErrorCode.suggestionsQueryError:
|
||||
return S.of(context).errorMessageSuggestionsQueryError;
|
||||
case ErrorCode.acknowledgeTasksError:
|
||||
return S.of(context).errorMessageAcknowledgeTasksError;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user