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

Commit 1f7c6f03 authored by Arc Wang's avatar Arc Wang Committed by Android (Google) Code Review
Browse files

Merge "Pop up soft keyboard when rename dialog shows" into sc-dev

parents 5e23987a 741c1e42
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ public class StorageRenameFragment extends InstrumentedDialogFragment {
        final View view = dialogInflater.inflate(R.layout.dialog_edittext, null, false);
        final EditText nickname = (EditText) view.findViewById(R.id.edittext);
        nickname.setText(rec.getNickname());
        nickname.requestFocus();

        return builder.setTitle(R.string.storage_rename_title)
                .setView(view)