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

Commit 39301428 authored by bown.zhang's avatar bown.zhang Committed by android-build-merger
Browse files

Merge "Bug #74135101 fix NPE in GroupNameEditDialogFragment in monkey test" am: 7173594e

am: d21ebd74

Change-Id: I0bb4e726f75b42f033d99e0606e76a94192325f6
parents 5d04a27d d21ebd74
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) {