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

Commit 7aa7ba1c authored by John Reck's avatar John Reck
Browse files

Fix crash when scrolling a layer

Change-Id: I6e61f3b38c5d1291ceb36c9dfa87fcd78480c2f4
parent 30f1312b
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;