TF-1698 Fix system not redirect correct url when user double click many times to view email in mailbox

(cherry picked from commit 1f205b2d89d6db3b84193e8bd3941a3e310f2a6a)
This commit is contained in:
dab246
2023-04-10 11:44:18 +07:00
committed by Dat Vu
parent 5ab379bfb7
commit c190d6bc06
8 changed files with 24 additions and 22 deletions
@@ -72,7 +72,7 @@ class SpamReportBannerWebWidget extends StatelessWidget {
fontWeight: FontWeight.w400),
backgroundColor: AppColor.colorCreateNewIdentityButton,
radius: 10,
onTap: () => spamReportController.openMailbox(context),
onTap: spamReportController.openMailbox,
),
),
],