TF-985 Apply new design for list attachment in EmailView
This commit is contained in:
@@ -84,6 +84,8 @@ class EmailController extends BaseController with AppLoaderMixin {
|
||||
|
||||
bool get isDisplayFullEmailAddress => emailAddressExpandMode.value == ExpandMode.EXPAND;
|
||||
|
||||
bool get isDisplayFullAttachments => attachmentsExpandMode.value == ExpandMode.EXPAND;
|
||||
|
||||
EmailController(
|
||||
this._getEmailContentInteractor,
|
||||
this._markAsEmailReadInteractor,
|
||||
|
||||
Reference in New Issue
Block a user