From d4bfbbf04c0592aef0835c9c7456c828e1997d15 Mon Sep 17 00:00:00 2001 From: eYdr1en <54525514+eYdr1en@users.noreply.github.com> Date: Fri, 8 Aug 2025 12:40:51 +0200 Subject: [PATCH] fix comments --- mobile/apps/auth/lib/utils/toast_util.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/apps/auth/lib/utils/toast_util.dart b/mobile/apps/auth/lib/utils/toast_util.dart index 8d53d42723..b8d2f73e89 100644 --- a/mobile/apps/auth/lib/utils/toast_util.dart +++ b/mobile/apps/auth/lib/utils/toast_util.dart @@ -10,7 +10,7 @@ void showToast( toastLength = Toast.LENGTH_LONG, iOSDismissOnTap = true, }) async { - // If on mobile and keyboard is visible, render toast above the keyboard using FToast. + // If on mobile render toast above the keyboard using FToast. final bool isMobile = PlatformUtil.isMobile(); if (isMobile) { @@ -61,7 +61,7 @@ void showToast( return; } - // Default path (Android, desktop, or when keyboard isn't visible) + // Default path (desktop) try { await Fluttertoast.cancel(); await Fluttertoast.showToast(