Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -227,7 +227,8 @@ typedef void (^FailureResponse)(NSURLSessionDataTask * _Nullable task, NSError * | ... | @@ -227,7 +227,8 @@ typedef void (^FailureResponse)(NSURLSessionDataTask * _Nullable task, NSError * |
| 227 | if (self) { | 227 | if (self) { |
| 228 | _hasChangedReachabilityStatus = NO; | 228 | _hasChangedReachabilityStatus = NO; |
| 229 | _pushManager = [[WLPushManager alloc] init]; | 229 | _pushManager = [[WLPushManager alloc] init]; |
| 230 | - _locationManager = [[WLLocationManager alloc] init]; | 230 | + // TODO: CHECK - Possible fix for requesting location permissons |
| 231 | +// _locationManager = [[WLLocationManager alloc] init]; | ||
| 231 | _actionHandlers = [[NSMutableArray alloc] init]; | 232 | _actionHandlers = [[NSMutableArray alloc] init]; |
| 232 | _smsActionHandler = [[WLSMSActionHanlder alloc] init]; | 233 | _smsActionHandler = [[WLSMSActionHanlder alloc] init]; |
| 233 | _appActionHandler = [[WLAPPActionHandler alloc] init]; | 234 | _appActionHandler = [[WLAPPActionHandler alloc] init]; | ... | ... |
-
Please register or login to post a comment