TF-1115 Remove method not used

This commit is contained in:
dab246
2022-10-28 11:30:14 +07:00
committed by Dat H. Pham
parent 423a12eea1
commit 1b4f3e4841
3 changed files with 1 additions and 11 deletions
@@ -374,6 +374,7 @@ class ThreadController extends BaseController {
void _getAllEmailSuccess(GetAllEmailSuccess success) {
_currentEmailState = success.currentEmailState;
log('ThreadController::_getAllEmailSuccess():_currentEmailState: $_currentEmailState');
emailList.value = success.emailList;
if (listEmailController.hasClients) {
listEmailController.animateTo(0, duration: const Duration(milliseconds: 500), curve: Curves.fastOutSlowIn);