TF-3507 Try to avoid screen blink when refreshing email list

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-04-14 04:16:42 +07:00
committed by Dat H. Pham
parent 9363d4edbf
commit b3506853a1
9 changed files with 49 additions and 131 deletions
@@ -413,9 +413,6 @@ class ThreadView extends GetWidget<ThreadController>
pullDownToRefreshText: AppLocalizations.of(context).pullDownToRefresh,
normalRefreshText: AppLocalizations.of(context).refresh,
deepRefreshText: AppLocalizations.of(context).deepRefresh,
refreshingText: AppLocalizations.of(context).refreshing,
pullingText: AppLocalizations.of(context).pulling,
pullFurtherForText: AppLocalizations.of(context).pullFurtherFor,
pullHarderForText: AppLocalizations.of(context).pullHarderFor,
child: listView,
);
@@ -699,9 +696,6 @@ class ThreadView extends GetWidget<ThreadController>
pullDownToRefreshText: AppLocalizations.of(context).pullDownToRefresh,
normalRefreshText: AppLocalizations.of(context).refresh,
deepRefreshText: AppLocalizations.of(context).deepRefresh,
refreshingText: AppLocalizations.of(context).refreshing,
pullingText: AppLocalizations.of(context).pulling,
pullFurtherForText: AppLocalizations.of(context).pullFurtherFor,
pullHarderForText: AppLocalizations.of(context).pullHarderFor,
child: EmptyEmailsWidget(
key: const Key('empty_thread_view'),