TF-1708 Sync use mailbox display name to show all mailbox name by in toast, dialog, label, path..
(cherry picked from commit 62137b655383199005c31d21fce46906fab451dc)
This commit is contained in:
+2
-2
@@ -83,7 +83,7 @@ class SpamReportBannerWebWidget extends StatelessWidget {
|
||||
left: 16,
|
||||
child: buildSVGIconButton(
|
||||
icon: imagePaths.icCloseComposer,
|
||||
onTap: spamReportController.dismissSpamReportAction,
|
||||
onTap: () => spamReportController.dismissSpamReportAction(context),
|
||||
),
|
||||
)
|
||||
else
|
||||
@@ -92,7 +92,7 @@ class SpamReportBannerWebWidget extends StatelessWidget {
|
||||
right: 16,
|
||||
child: buildSVGIconButton(
|
||||
icon: imagePaths.icCloseComposer,
|
||||
onTap: spamReportController.dismissSpamReportAction,
|
||||
onTap: () => spamReportController.dismissSpamReportAction(context),
|
||||
),
|
||||
)
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user