TF-933 Add new SearchEmailView to handle search all email on Mobile/Tablet

This commit is contained in:
dab246
2022-09-16 03:21:49 +07:00
committed by Dat H. Pham
parent 9eac691b57
commit e3d86c67bd
8 changed files with 1521 additions and 0 deletions
@@ -0,0 +1,6 @@
enum SearchMoreState {
idle,
waiting,
completed;
}