Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Alexander Borsuk
2d01f01442 [ios] Removed unused code
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-08-13 22:29:34 +02:00

View file

@ -617,23 +617,6 @@ void setShowLocationAlert(BOOL needShow) {
}
}
#pragma mark - Property
- (void)setFrameworkUpdateMode:(MWMLocationFrameworkUpdate)frameworkUpdateMode
{
if (frameworkUpdateMode != _frameworkUpdateMode &&
_frameworkUpdateMode == MWMLocationFrameworkUpdateNone &&
frameworkUpdateMode != MWMLocationFrameworkUpdateNone)
{
_frameworkUpdateMode = frameworkUpdateMode;
[self updateFrameworkInfo];
}
else
{
_frameworkUpdateMode = frameworkUpdateMode;
}
}
#pragma mark - Location alert
+ (void)enableLocationAlert {