TF-1118 Clear input data when back to setting menu

This commit is contained in:
dab246
2022-11-08 16:57:22 +07:00
committed by Dat H. Pham
parent eaa47b9cd7
commit 21f027246b
13 changed files with 262 additions and 137 deletions
@@ -2110,7 +2110,7 @@ class AppLocalizations {
String get hintInputAutocompleteContact {
return Intl.message(
'Enter name or email address',
name: 'recipientsLabel',
name: 'hintInputAutocompleteContact',
);
}