TF-313 Apply new ui for BottomBar EmailView

This commit is contained in:
dab246
2022-03-09 15:03:51 +07:00
committed by Dat H. Pham
parent 11735ed1d7
commit 9ce398d937
7 changed files with 45 additions and 11 deletions
@@ -736,4 +736,11 @@ class AppLocalizations {
name: 'preparing_to_save'
);
}
String get new_message {
return Intl.message(
'New message',
name: 'new_message',
);
}
}