Merge pull request #2633 from VladiMihaylenko/vm-master

[ios] Fixed keyboard type for entering phone number.
This commit is contained in:
igrechuhin 2016-03-30 15:23:45 +03:00
commit ea59728509

View file

@ -279,7 +279,7 @@ NSString * reuseIdentifier(MWMPlacePageCellType cellType)
icon:[UIImage imageNamed:@"ic_placepage_phone_number"]
text:@(m_mapObject.GetPhone().c_str())
placeholder:L(@"phone")
keyboardType:UIKeyboardTypePhonePad];
keyboardType:UIKeyboardTypeNamePhonePad];
break;
}
case MWMPlacePageCellTypeWebsite: