[add] 首页监听车辆监控状态,修改检测入口预警标识的显示状态
This commit is contained in:
@@ -59,9 +59,9 @@ public class VehicleMonitoring implements Handler.Callback {
|
||||
return false;
|
||||
}
|
||||
|
||||
public void vehicleMonitor() {
|
||||
public boolean vehicleMonitor() {
|
||||
Log.d(TAG, "vehicleMonitor");
|
||||
MogoApisHandler.getInstance().getApis().getCheckProvider().checkMonitor(mContext);
|
||||
return MogoApisHandler.getInstance().getApis().getCheckProvider().checkMonitor(mContext);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user