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

Commit e2975f17 authored by Huahui Wu's avatar Huahui Wu
Browse files

b/2946595 Remove the touch events filter upon maps.google.com team's request.

Change-Id: I83966bc447f67abdce47a77cb682bc3e834184c3
parent ebf90ac7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -432,8 +432,10 @@ public class WebView extends AbsoluteLayout
     * to further, which slows down the refresh rate. Choose 50 to favor the
     * current high speed devices. For Dream like devices, 100 is a better
     * choice. Maybe make this in the buildspec later.
     * (Update 12/14/2010: changed to 0 since current device should be able to
     * handle the raw events and Map team voted to have the raw events too.
     */
    private static final int TOUCH_SENT_INTERVAL = 50;
    private static final int TOUCH_SENT_INTERVAL = 0;
    private int mCurrentTouchInterval = TOUCH_SENT_INTERVAL;

    /**