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

Commit 956e0df9 authored by Victoria Lease's avatar Victoria Lease Committed by Android Git Automerger
Browse files

am 913f3c8f: am 263554ae: am 7d4e52ba: Merge "FIX Null Pointer Exception on dialog cancel"

* commit '913f3c8f':
  FIX Null Pointer Exception on dialog cancel
parents ac112cac 913f3c8f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8368,8 +8368,10 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
            mListBoxDialog.setOnCancelListener(new DialogInterface.OnCancelListener() {
                @Override
                public void onCancel(DialogInterface dialog) {
                 if (mWebViewCore != null) {
                    mWebViewCore.sendMessage(
                                EventHub.SINGLE_LISTBOX_CHOICE, -2, 0);
                    }
                    mListBoxDialog = null;
                }
            });