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

Commit 07d81407 authored by The Android Open Source Project's avatar The Android Open Source Project
Browse files

merge from open-source master

Change-Id: Ia668b322a02e220b74c222dbbcc5b4fdc3c59ab0
parents a97d9594 4e916ad8
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -3831,6 +3831,16 @@ public class WebView extends AbsoluteLayout
            }
        }

        if (keyCode == KeyEvent.KEYCODE_PAGE_UP) {
            pageUp(false);
            return true;
        }

        if (keyCode == KeyEvent.KEYCODE_PAGE_DOWN) {
            pageDown(false);
            return true;
        }

        if (keyCode >= KeyEvent.KEYCODE_DPAD_UP
                && keyCode <= KeyEvent.KEYCODE_DPAD_RIGHT) {
            switchOutDrawHistory();