我正在制作一个超级克隆应用程序
这是我的代码,它检查是否有任何驱动器处于活动状态,以便更新骑手位置
if (driverActive != false) {
LatLng userLocation = new LatLng(location.getLatitude(), location.getLongitude());
mMap.clear();
mMap.moveCamera(CameraUpdateFactory.newLatLngZoom(userLocation, 20));
mMap.addMarker(new MarkerOptions().position(userLocation).title("Your Location"));
}
android studio显示警告driverActive!= false”,可以简化为“ driverActive”,并且不会更新骑士地图
但是如果我删除driverActive if语句,它将起作用并更新骑士的位置...
任何帮助将不胜感激
答案 0 :(得分:0)
事实证明,只有ParseUser函数没有记录匿名用户,因此使它崩溃,因为当check函数获取信息时,它什么也没有使崩溃我的应用程序的driverActive为空。
仍然感谢