TF-2351 Fix missing body when read mail with ics attachment
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit 521a10ee9b857b916cc1ce7eec38d4afe8a8020a)
This commit is contained in:
@@ -3,7 +3,11 @@ import 'package:flutter/material.dart';
|
||||
|
||||
class EventDescriptionDetailWidgetStyles {
|
||||
static const double textSize = 16;
|
||||
static const double maxHeight = 200;
|
||||
static const double borderRadius = 16;
|
||||
static const double contentPadding = 16;
|
||||
static const double quotedPadding = 8;
|
||||
static const double webContentPadding = 4;
|
||||
|
||||
static const Color valueColor = Colors.black;
|
||||
}
|
||||
Reference in New Issue
Block a user