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
@@ -4647,20 +4647,6 @@ class AppLocalizations {
);
}
String get refreshing {
return Intl.message(
'Refreshing',
name: 'refreshing',
);
}
String get pulling {
return Intl.message(
'Pulling',
name: 'pulling',
);
}
String get releaseTo {
return Intl.message(
'Release to',
@@ -4668,13 +4654,6 @@ class AppLocalizations {
);
}
String get pullFurtherFor {
return Intl.message(
'Pull further for',
name: 'pullFurtherFor',
);
}
String get pullHarderFor {
return Intl.message(
'Pull harder for',