TF-1977 Close email view and scroll to position inbox when clicking on logo

(cherry picked from commit 843c703e80559ab7d6a9fa3a4562ae85c1426a1f)
This commit is contained in:
dab246
2023-08-29 15:42:15 +07:00
committed by Dat Vu
parent 53db04c4dd
commit fe310b666a
4 changed files with 40 additions and 13 deletions
@@ -18,4 +18,6 @@ class RefreshChangeEmailAction extends EmailUIAction {
@override
List<Object?> get props => [newState];
}
}
class CloseEmailDetailedViewAction extends EmailUIAction {}