From f5bfb22d21283ea9b994c8a10e43c322ffe52111 Mon Sep 17 00:00:00 2001 From: Kalonkarthik Date: Mon, 3 Feb 2025 15:23:05 +0530 Subject: [PATCH] App Tour Bug Fix --- .../routes/bottom_bar_routes/tab_routes/home_route.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/presentation/routes/bottom_bar_routes/tab_routes/home_route.dart b/lib/presentation/routes/bottom_bar_routes/tab_routes/home_route.dart index 6d6d6927..e308e7e3 100644 --- a/lib/presentation/routes/bottom_bar_routes/tab_routes/home_route.dart +++ b/lib/presentation/routes/bottom_bar_routes/tab_routes/home_route.dart @@ -653,7 +653,7 @@ class EconomyStatsState extends ConsumerState { children: [ ElevatedButton( onPressed: () { - tutorialCoachMark.skip(); + handleSkip(); debugPrint('Skip clicked'); }, style: ElevatedButton.styleFrom(