diff --git a/app/lib/pages/home/page.dart b/app/lib/pages/home/page.dart index 2c95c0b25af..cbb8e5113e5 100644 --- a/app/lib/pages/home/page.dart +++ b/app/lib/pages/home/page.dart @@ -64,7 +64,7 @@ class _HomePageWrapperState extends State { } if (SharedPreferencesUtil().notificationsEnabled) { NotificationService.instance.register(); - NotificationService.instance.saveNotificationToken(); + NotificationService.instance.saveNotificationToken(); } if (SharedPreferencesUtil().locationEnabled != await Permission.location.isGranted) { SharedPreferencesUtil().locationEnabled = await Permission.location.isGranted; @@ -749,6 +749,7 @@ class _HomePageState extends State with WidgetsBindingObserver, Ticker return GestureDetector( onTap: () { HapticFeedback.mediumImpact(); + MixpanelManager().bottomNavigationTabClicked('Chat'); // Navigate to chat page Navigator.push( context,