We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a616d3 commit a6390e1Copy full SHA for a6390e1
ios/DeliveryDriverController.m
@@ -53,14 +53,6 @@ - (void)createDeliveryDriverInstance:(NSString *)providerId vehicleId:(NSString
53
lmfsEventDispatch = [DriverEventDispatcher allocWithZone:nil];
54
}
55
56
-- (void)setVehicleState:(BOOL)isOnline {
57
- if (isOnline) {
58
- [_vehicleReporter updateVehicleState:GMTDVehicleStateOnline];
59
- } else {
60
- [_vehicleReporter updateVehicleState:GMTDVehicleStateOffline];
61
- }
62
-}
63
-
64
- (void)setLocationTrackingEnabled:(BOOL)isEnabled {
65
[_vehicleReporter setLocationTrackingEnabled:isEnabled];
66
0 commit comments