TF-2362 Automatically detect that the screen is not fully filled to load more emails

Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit 73c36be3a5c972c2da1a04d09e3eb493e0732f6e)
This commit is contained in:
dab246
2024-01-19 13:37:52 +07:00
committed by Dat H. Pham
parent c53ffd4a15
commit 26843f18f8
3 changed files with 69 additions and 15 deletions
@@ -89,4 +89,7 @@ class ThreadConstants {
EmailProperty.mailboxIds,
IndividualHeaderIdentifier.headerCalendarEvent.value,
});
static const int defaultMaxHeightEmailItemOnBrowser = 40;
static const int defaultMaxHeightBrowser = 1200;
}