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

Commit 912c5df1 authored by Wenyi Wang's avatar Wenyi Wang
Browse files

Remove string "Me Contact"

Bug 29272673

Change-Id: I796819b44598b4c2409dcd2ead11a3fd824d2733
parent a163f404
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -185,8 +185,7 @@ public class DisplayOptionsPreferenceFragment extends PreferenceFragment
    }

    public void updateMyInfoPreference(boolean hasProfile, String displayName, long contactId) {
        final CharSequence summary = hasProfile ? getString(R.string.me_contact_name, displayName)
                : getString(R.string.set_up_profile);
        final CharSequence summary = hasProfile ? displayName : getString(R.string.set_up_profile);
        mMyInfoPreference.setSummary(summary);
        mHasProfile = hasProfile;
        mProfileContactId = contactId;