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

Commit bc932579 authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Fix crash when scrolling a layer"

parents fc585157 7aa7ba1c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1742,6 +1742,7 @@ public final class WebViewCore {
                            Rect rect = (Rect) msg.obj;
                            nativeScrollLayer(mNativeClass, nativeLayer,
                                    rect);
                            break;

                        case DELETE_TEXT: {
                            int[] handles = (int[]) msg.obj;