Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44088406 authored by kaiyiz's avatar kaiyiz Committed by Xiaojing Zhang
Browse files

Contacts: Force LTR for phone numbers in MultiPickContactActivity

Configure the text direction. Phone numbers should be displayed LTR
regardless of what locale the device is in.

CRs-Fixed: 740238

Change-Id: I9cdc32e200591ffa63c891f7fb1ac1e71a72aeae
parent e9b2ba5b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1367,6 +1367,7 @@ public class MultiPickContactActivity extends ListActivity implements
                    callerNameText.setVisibility(View.GONE);
                    callerNameText.setText(null);
                    numberText.setVisibility(View.VISIBLE);
                    numberText.setTextDirection(View.TEXT_DIRECTION_LTR);
                    numberText.setText(getDisplayNumber(number));
                }