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

Commit ce99b8a3 authored by Geoffrey Pitsch's avatar Geoffrey Pitsch
Browse files

Rename Text field should start with focus.

Fixes: 36403895
Test: docsui unit tests
Change-Id: I8eaa30245a47aa585b2f6fac15f8a9e41e6726f2
parent 2bbdd651
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -107,6 +107,7 @@ public class RenameDocumentFragment extends DialogFragment {
                        return false;
                    }
                });
        mEditText.requestFocus();
        return dialog;
    }