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

Commit 807c5e2a authored by Victoria Lease's avatar Victoria Lease Committed by Android Git Automerger
Browse files

am 956e0df9: am 913f3c8f: am 263554ae: am 7d4e52ba: Merge "FIX Null Pointer...

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

* commit '956e0df9':
  FIX Null Pointer Exception on dialog cancel
parents 54afd76f 956e0df9
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;
                }
            });