adjust position of bottom_sheet title, fix popup while checkin
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user