TF-1829 Fix app crash upon 401

(cherry picked from commit 8906322f932c4e1edadaf3f1831fc533fddd9a8b)
This commit is contained in:
dab246
2023-06-28 16:10:13 +07:00
committed by Dat Vu
parent e9f3f7f012
commit 7c1f8cc2c7
6 changed files with 47 additions and 13 deletions
@@ -3007,4 +3007,8 @@ class AppLocalizations {
'Messages have been resent',
name: 'messagesHaveBeenResent');
}
String get connectionError {
return Intl.message('Connection error');
}
}