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

Commit 7173594e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Bug #74135101 fix NPE in GroupNameEditDialogFragment in monkey test"

parents a1287f78 c5d34d1f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -318,6 +318,9 @@ public final class GroupNameEditDialogFragment extends DialogFragment implements
    }

    private void showInputMethod(View view) {
        if (getActivity() == null) {
            return;
        }
        final InputMethodManager imm = (InputMethodManager) getActivity().getSystemService(
                Context.INPUT_METHOD_SERVICE);
        if (imm != null) {