[ios][routing] Hide PP on routing buttons

This commit is contained in:
Alex Zolotarev 2014-07-08 12:42:20 +02:00 committed by Alex Zolotarev
parent 0dd5490a1f
commit 1545d93d63
2 changed files with 3 additions and 1 deletions

View file

@ -531,11 +531,13 @@ typedef NS_ENUM(NSUInteger, CellRow)
- (void)routeCellDidSetEndPoint:(PlacePageRoutingCell *)cell
{
GetFramework().SetRouteEnd([self pinPoint]);
[self setState:PlacePageStateHidden animated:YES withCallback:YES];
}
- (void)routeCellDidSetStartPoint:(PlacePageRoutingCell *)cell
{
GetFramework().SetRouteStart([self pinPoint]);
[self setState:PlacePageStateHidden animated:YES withCallback:YES];
}
- (void)infoCellDidPressColorSelector:(PlacePageInfoCell *)cell

View file

@ -1567,7 +1567,7 @@
FA8F8937132D5DB00048E3FE /* libtomcrypt.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libtomcrypt.a; sourceTree = SOURCE_ROOT; };
FA971562150920C600916690 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; };
FA99CB72147089B100689A9A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
FAA0F162196AC14100E01C3F /* librouting.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = librouting.a; path = librouting.a; sourceTree = "<group>"; };
FAA0F162196AC14100E01C3F /* librouting.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = librouting.a; sourceTree = "<group>"; };
FAA4B13E13EC1C8C00BCAB63 /* DiskFreeSpace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DiskFreeSpace.h; sourceTree = "<group>"; };
FAA5C2A0144F135F005337F6 /* LocationManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LocationManager.h; path = Platform/LocationManager.h; sourceTree = "<group>"; };
FAA5C2A1144F135F005337F6 /* LocationManager.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = LocationManager.mm; path = Platform/LocationManager.mm; sourceTree = "<group>"; };