adjust position of bottom_sheet title, fix popup while checkin

This commit is contained in:
2024-04-26 01:30:41 +09:00
parent 5d6fd72df6
commit b9c641954d
3 changed files with 450 additions and 12 deletions

View File

@ -272,8 +272,10 @@ class BottomSheetNew extends GetView<BottomSheetController> {
? null
: () async {
try{
destinationController.isCheckingIn.value = true; // ここを追加
Get.back();
await destinationController.callforCheckin(destination);
destinationController.isCheckingIn.value = false;
} catch (e) {
// エラーハンドリング
Get.snackbar(
@ -444,7 +446,7 @@ class BottomSheetNew extends GetView<BottomSheetController> {
),
Expanded(
child: Container(
alignment: Alignment.center,
alignment: Alignment.centerLeft,
child: Obx(() => Text(
"${TextUtils.getDisplayTextFeture(indexController.currentFeature[0])} : ${indexController.currentFeature[0].properties!["location_name"]}",
// indexController