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

Commit d21ebd74 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

Change-Id: I0e96ba104d56e20267db0f44b8b74a1a556f8df7
parents 06a2bacf 7173594e
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) {