TF-3334 Skip getting stored state in interactor when performing actions with email and mailbox
This commit is contained in:
@@ -559,10 +559,6 @@ class ThreadController extends BaseController with EmailActionController {
|
||||
|
||||
Future<void> _refreshChangeSearchEmail() async {
|
||||
log('ThreadController::_refreshChangeSearchEmail:');
|
||||
if (limitEmailFetched.value > ThreadConstants.maximumEmailQueryLimit &&
|
||||
listEmailController.hasClients) {
|
||||
listEmailController.jumpTo(0);
|
||||
}
|
||||
canSearchMore = false;
|
||||
searchController.updateFilterEmail(
|
||||
positionOption: option(
|
||||
|
||||
Reference in New Issue
Block a user