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

Commit 3d824add 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"...

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

Change-Id: Ic5aa0c44b4430facc33e11ad9eb9a34b121fe1db
parents 4a2ef973 39301428
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) {