TF-2520 Disable print email on mobile
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -99,6 +99,8 @@ class EmailViewAppBarWidget extends StatelessWidget {
|
||||
presentationEmail.hasStarred ? EmailActionType.unMarkAsStarred : EmailActionType.markAsStarred
|
||||
)
|
||||
),
|
||||
if (PlatformInfo.isWeb)
|
||||
...[
|
||||
const SizedBox(width: EmailViewAppBarWidgetStyles.space),
|
||||
TMailButtonWidget.fromIcon(
|
||||
icon: _imagePaths.icPrinter,
|
||||
@@ -111,6 +113,7 @@ class EmailViewAppBarWidget extends StatelessWidget {
|
||||
EmailActionType.printAll
|
||||
)
|
||||
),
|
||||
],
|
||||
const SizedBox(width: EmailViewAppBarWidgetStyles.space),
|
||||
TMailButtonWidget.fromIcon(
|
||||
icon: _imagePaths.icDeleteComposer,
|
||||
|
||||
Reference in New Issue
Block a user