mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-15 08:12:28 -06:00
chore+fix+feat: Apply dart fixes after upgrade to flutter 3.10, add permission checks, make most api calls work again
This commit is contained in:
@@ -72,7 +72,5 @@ String translateError(BuildContext context, ErrorCode code) {
|
||||
return S.of(context)!.couldNotLoadSuggestions;
|
||||
case ErrorCode.acknowledgeTasksError:
|
||||
return S.of(context)!.couldNotAcknowledgeTasks;
|
||||
case ErrorCode.notAuthorized:
|
||||
return "You do not have the permission to perform this action."; //TODO: INTL
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user