mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Label phone numbers as "mobile" by default
This commit is contained in:
parent
0825fa8d23
commit
fd8dd0c976
@ -634,7 +634,7 @@ private func userInfoEntries(account: Account, presentationData: PresentationDat
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if !found {
|
if !found {
|
||||||
entries.append(UserInfoEntry.phoneNumber(presentationData.theme, index, "home", formattedNumber, false))
|
entries.append(UserInfoEntry.phoneNumber(presentationData.theme, index, presentationData.strings.ContactInfo_PhoneLabelMobile, formattedNumber, false))
|
||||||
index += 1
|
index += 1
|
||||||
} else {
|
} else {
|
||||||
for (label, number, isMain) in phoneNumbers {
|
for (label, number, isMain) in phoneNumbers {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user