forked from organicmaps/organicmaps
Merge pull request #2633 from VladiMihaylenko/vm-master
[ios] Fixed keyboard type for entering phone number.
This commit is contained in:
commit
ea59728509
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue