TF-3601 Fix content gone blank in composer on IOS
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
class ConstantsUI {
|
||||
static const fontApp = 'Inter';
|
||||
static const String fontApp = 'Inter';
|
||||
static const double htmlContentMaxHeight = 22000.0;
|
||||
static const double composerHtmlContentMaxHeight = 20000.0;
|
||||
static const double htmlContentMinHeight = 150;
|
||||
static const double htmlContentOffsetHeight = 30.0;
|
||||
}
|
||||
Reference in New Issue
Block a user