mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-04 11:53:47 +00:00
Rebranded the app for iOS
This commit is contained in:
committed by
Konstantin Pastbin
parent
51b669cfd1
commit
d4e1d53c40
@@ -150,7 +150,7 @@
|
||||
} else {
|
||||
if (errorPtr) {
|
||||
if (pointsCount == 0) {
|
||||
*errorPtr = [NSError errorWithDomain:@"omaps.app.routing"
|
||||
*errorPtr = [NSError errorWithDomain:@"comaps.app.routing"
|
||||
code:MWMRouterResultCodeStartPointNotFound
|
||||
userInfo:nil];
|
||||
} else {
|
||||
@@ -161,7 +161,7 @@
|
||||
} else {
|
||||
code = MWMRouterResultCodeStartPointNotFound;
|
||||
}
|
||||
*errorPtr = [NSError errorWithDomain:@"omaps.app.routing"
|
||||
*errorPtr = [NSError errorWithDomain:@"comaps.app.routing"
|
||||
code:code
|
||||
userInfo:nil];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user