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

Commit 9f772ad0 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "DialogFragement: Add null pointer check for mDialog for protection"

parents 28024844 b3274a81
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -461,6 +461,10 @@ public class DialogFragment extends Fragment
            return;
        }

        if (mDialog == null) {
            return;
        }

        View view = getView();
        if (view != null) {
            if (view.getParent() != null) {