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

Commit c9222aa0 authored by Leon Scroggins's avatar Leon Scroggins Committed by The Android Open Source Project
Browse files

Merge branch 'readonly-p4-master'

parents 506e0078 238ddbb8
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -4988,7 +4988,12 @@ public class WebView extends AbsoluteLayout
                                adapter.getCount(), 0,
                                listView.getCheckedItemPositions());
                    }});
                b.setNegativeButton(android.R.string.cancel, null);
                b.setNegativeButton(android.R.string.cancel,
                        new DialogInterface.OnClickListener() {
                    public void onClick(DialogInterface dialog, int which) {
                        mWebViewCore.sendMessage(
                                EventHub.SINGLE_LISTBOX_CHOICE, -2, 0);
                }});
            }
            final AlertDialog dialog = b.create();
            listView.setAdapter(adapter);