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

Commit 3c72c817 authored by Sanket Padawe's avatar Sanket Padawe
Browse files

Change default sim selection text in sim settings ui.

Bug: 18611090
Change-Id: Ifd2c26e02f1051536c4113b4351cefa51c2d5210
parent 4d7a6248
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -247,7 +247,7 @@ public class SimSettings extends RestrictedSettingsFragment implements Indexable

        simPref.setTitle(R.string.calls_title);
        simPref.setSummary(phoneAccount == null
                ? getResources().getString(R.string.sim_selection_required_pref)
                ? getResources().getString(R.string.sim_calls_ask_first_prefs_title)
                : (String)telecomManager.getPhoneAccount(phoneAccount).getLabel());
    }

+1 −1

File changed.

Contains only whitespace changes.