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

Commit f0b8b643 authored by Roman Birg's avatar Roman Birg Committed by Gerrit - the friendly Code Review server
Browse files

Settings: select text when editing name



Makes it easier to rename them.

Change-Id: I63f7b7ce393acec8ebf8ae937434bd830e9e5128
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent ea4b706b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -503,6 +503,7 @@ public class SetupActionsFragment extends SettingsPreferenceFragment

        final EditText entry = (EditText) dialogView.findViewById(R.id.name);
        entry.setText(mProfile.getName());
        entry.setSelectAllOnFocus(true);

        final AlertDialog alertDialog = new AlertDialog.Builder(getActivity())
                .setTitle(R.string.rename_dialog_title)