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

Commit 913f3c8f authored by Victoria Lease's avatar Victoria Lease Committed by Android Git Automerger
Browse files

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

* commit '263554ae':
  FIX Null Pointer Exception on dialog cancel
parents b2f91e7b 263554ae
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;
                }
            });