TF-381 Apply new UI for emails selection active

This commit is contained in:
dab246
2022-03-22 00:57:24 +07:00
committed by Dat H. Pham
parent 61f3f0d00f
commit 7dc8672b82
7 changed files with 138 additions and 54 deletions
@@ -855,4 +855,11 @@ class AppLocalizations {
name: 'not_starred'
);
}
String get select {
return Intl.message(
'Select',
name: 'select',
);
}
}