Merge "Set Phone number format as LTR" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
27e947f729
@@ -43,7 +43,7 @@ class PrimarySimRepository(private val context: Context) {
|
||||
val item = ListPreferenceOption(
|
||||
id = info.subscriptionId,
|
||||
text = "${info.displayName}",
|
||||
summary = SubscriptionUtil.getFormattedPhoneNumber(context, info) ?: "",
|
||||
summary = SubscriptionUtil.getBidiFormattedPhoneNumber(context, info) ?: "",
|
||||
)
|
||||
callsAndSmsList += item
|
||||
dataList += item
|
||||
|
||||
Reference in New Issue
Block a user