TF-234 Display bottom bar actions for selection mailbox

This commit is contained in:
dab246
2022-02-24 15:08:14 +07:00
committed by Dat H. Pham
parent cdeab01a58
commit a19f3841d3
10 changed files with 185 additions and 31 deletions
@@ -670,4 +670,10 @@ class AppLocalizations {
name: 'hint_input_create_new_mailbox'
);
}
String get rename {
return Intl.message(
'Rename',
name: 'rename');
}
}