TF-933 Add contact From/To button to search filter

This commit is contained in:
dab246
2022-09-20 11:13:24 +07:00
committed by Dat H. Pham
parent 5d0a6e8e15
commit 09fa15289d
5 changed files with 136 additions and 12 deletions
@@ -160,6 +160,7 @@ class ImagePaths {
String get icClock => _getImagePath('ic_clock.svg');
String get icCalendar => _getImagePath('ic_calendar.svg');
String get icAddEmailForward => _getImagePath('ic_add_email_forwards.svg');
String get icChevronDownOutline => _getImagePath('ic_chevron_down_outline.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;