TF-393 Fix threadView auto scroll up to the top after reading email

This commit is contained in:
dab246
2022-03-24 16:57:24 +07:00
committed by Dat H. Pham
parent d4ead8d68e
commit 50b8c5d35b
2 changed files with 2 additions and 1 deletions
@@ -232,6 +232,7 @@ class ThreadController extends BaseController {
canLoadMore = true;
disableSearch();
cancelSelectEmail();
listEmailController.animateTo(0, duration: Duration(milliseconds: 500), curve: Curves.fastOutSlowIn);
mailboxDashBoardController.dispatchRoute(AppRoutes.THREAD);
}