何ミスってんだよこれ

This commit is contained in:
harukin-DeskMini 2022-04-14 03:11:42 +09:00
parent 79e8865dc9
commit 76217e35ae

View File

@ -103,8 +103,7 @@ export default function Menu(props) {
if((selectLineData.lng - location.longitude) < searchArea)lngBool = true;
}
else{
if((location.long
ToastAndroid.showWithGravityAndOffset(d,ToastAndroid.LONG,ToastAndroid.BOTTOM,25,50,);itude - selectLineData.lng) < searchArea)lngBool = true;
if((location.longitude - selectLineData.lng) < searchArea)lngBool = true;
}
if(latBool && lngBool){
for(let data of stationList.日英対応表){