TF-3985 Navigate Paywall url when click Increase your space button

This commit is contained in:
dab246
2025-09-09 15:33:50 +07:00
committed by Dat H. Pham
parent c3ee166c00
commit f373cd3d37
22 changed files with 463 additions and 5 deletions
@@ -51,7 +51,9 @@ class MailboxView extends BaseMailboxView {
end: isDesktop ? 0 : 24,
),
isDesktop: isDesktop,
onTapAction: () {},
onTapAction: () => controller
.mailboxDashBoardController
.navigateToPaywall(context),
);
} else {
return const SizedBox.shrink();