手戻り修正、APK出力
This commit is contained in:
@ -450,8 +450,8 @@ class CameraPage extends StatelessWidget {
|
||||
// buyPointPhotoがtrueの場合は、BuyPointCameraウィジェットを返します。
|
||||
//print("--- buy point camera ${destination.toString()}");
|
||||
return BuyPointCamera(destination: destination);
|
||||
}else if(destination.use_qr_code){
|
||||
return QRCodeScannerPage(destination: destination);
|
||||
//}else if(destination.use_qr_code){
|
||||
// return QRCodeScannerPage(destination: destination);
|
||||
} else if (destinationController.isInRog.value) {
|
||||
// isInRogがtrueの場合は、カメラページのUIを構築します。
|
||||
// AppBarには、目的地の情報を表示します。
|
||||
|
||||
Reference in New Issue
Block a user