Fix toast message when sending a message

This commit is contained in:
dab246
2022-04-07 15:44:01 +07:00
committed by Dat H. Pham
parent a7d013cfc7
commit 3eb5f31dcd
6 changed files with 31 additions and 23 deletions
@@ -1084,4 +1084,10 @@ class AppLocalizations {
'Got it',
name: 'got_it');
}
String get maximum_files_size {
return Intl.message(
'Maximum files size',
name: 'maximum_files_size');
}
}