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

Commit 177c77fa authored by Sang-il, Lee's avatar Sang-il, Lee
Browse files

b/2499526 Call PhoneNumberFormatter function when show phone numbers of call log in the detail view

Change-Id: I530efcf77a7fc3941837a51819b1a03beb25cf19
parent b0ab270a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -208,7 +208,8 @@ public class CallDetailActivity extends ListActivity implements
                                    Contacts.CONTENT_URI, personId);
                            callText = getString(R.string.recentCalls_callNumber,
                                    phonesCursor.getString(COLUMN_INDEX_NAME));
                            mNumber = phonesCursor.getString(COLUMN_INDEX_NUMBER);
                            mNumber = PhoneNumberUtils.formatNumber(
                                    phonesCursor.getString(COLUMN_INDEX_NUMBER));
                            callLabel = Phone.getDisplayLabel(this,
                                    phonesCursor.getInt(COLUMN_INDEX_TYPE),
                                    phonesCursor.getString(COLUMN_INDEX_LABEL)).toString();