Commit 6f49af81 authored by Paded's avatar Paded

remove setOnBusStatus from Geofence

parent a18edafa
......@@ -110,7 +110,6 @@ public class GeofenceRegistrationService extends IntentService {
ref.child("on_busstop_status").setValue(true);
}else if(AREA_LANDMARKS.containsKey(bus_stop_list[i])&&AREA_LANDMARKS.get(bus_stop_list[i])==2){
Log.d(TAG, "changeBusstopStatus: CONTAIN OUT");
ref.child("on_busstop_status").setValue(false);
ref.child("path_status").setValue(true);
}else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment