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

Commit 923432d5 authored by Mike Reed's avatar Mike Reed Committed by Android (Google) Code Review
Browse files

Merge "explicitly initialize static final boolean to fix build"

parents e7bac8fa b2924736
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@ public class WebView extends AbsoluteLayout
        ViewGroup.OnHierarchyChangeListener {

    // enable debug output for drag trackers
    private static final boolean DEBUG_DRAG_TRACKER;
    private static final boolean DEBUG_DRAG_TRACKER = false;
    // if AUTO_REDRAW_HACK is true, then the CALL key will toggle redrawing
    // the screen all-the-time. Good for profiling our drawing code
    static private final boolean AUTO_REDRAW_HACK = false;