[ios] Fixed bug with wrong bookmark title behavior.

This commit is contained in:
v.mikhaylenko 2015-06-24 19:20:15 +03:00 committed by Alex Zolotarev
parent 2a0bd7e1ae
commit cfd112f0c0

View file

@ -86,16 +86,19 @@ extern NSString * const kBookmarkCellWebViewDidFinishLoadContetnNotification = @
- (IBAction)colorPickerButtonTap
{
[self.placePage changeBookmarkColor];
[self.title resignFirstResponder];
}
- (IBAction)categoryButtonTap
{
[self.placePage changeBookmarkCategory];
[self.title resignFirstResponder];
}
- (IBAction)editTap
{
[self.placePage changeBookmarkDescription];
[self.title resignFirstResponder];
}
@end