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

Commit 87a435a6 authored by Michael Kolb's avatar Michael Kolb
Browse files

Monkey protection

       Bug: 6191709

Change-Id: I0bc16f7970bda6b3f5ae3b5d59e3fbdee09a4956
parent 83cc2d94
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -9130,9 +9130,11 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
                        // after the page regains focus.
                        mListBoxMessage = Message.obtain(null,
                                EventHub.SINGLE_LISTBOX_CHOICE, (int) id, 0);
                        if (mListBoxDialog != null) {
                            mListBoxDialog.dismiss();
                            mListBoxDialog = null;
                        }
                    }
                });
                if (mSelection != -1) {
                    listView.setSelection(mSelection);