TF-3005 Apply new design app bar contact view

This commit is contained in:
dab246
2024-09-18 01:16:52 +07:00
committed by Dat H. Pham
parent e584e61521
commit c233ec7a2e
12 changed files with 342 additions and 290 deletions
@@ -4213,4 +4213,10 @@ class AppLocalizations {
name: 'youAreOffline',
);
}
String get findEmails {
return Intl.message(
'Find emails',
name: 'findEmails');
}
}