From 797f01f76b0d23a252c91d0bfcfa741d6154b9d7 Mon Sep 17 00:00:00 2001 From: Akira Date: Wed, 17 Apr 2024 09:13:36 +0900 Subject: [PATCH] =?UTF-8?q?Fix=202818=20=E9=A0=98=E5=8F=8E=E6=9B=B8?= =?UTF-8?q?=E5=86=99=E7=9C=9F=E3=82=92=E6=92=AE=E3=81=A3=E3=81=9F=E5=BE=8C?= =?UTF-8?q?=E3=80=81=E8=B2=B7=E3=81=84=E7=89=A9=E3=81=AA=E3=81=97=E3=83=9C?= =?UTF-8?q?=E3=82=BF=E3=83=B3=E3=82=92=E6=8A=BC=E3=81=99=E3=81=A8=E3=83=AD?= =?UTF-8?q?=E3=82=B0=E3=82=A4=E3=83=B3=E7=94=BB=E9=9D=A2=E3=81=AB=E3=81=AA?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/destination/destination_controller.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/destination/destination_controller.dart b/lib/pages/destination/destination_controller.dart index 3baaf21..1eaa2ac 100644 --- a/lib/pages/destination/destination_controller.dart +++ b/lib/pages/destination/destination_controller.dart @@ -692,7 +692,7 @@ class DestinationController extends GetxController { rogainingCounted.value = true; chekcs = 0; isInCheckin.value = false; - Get.back(); + //Get.back(); }); } else { skipGps = false;