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

Commit b2924736 authored by Mike Reed's avatar Mike Reed
Browse files

explicitly initialize static final boolean to fix build

parent 1df26b1e
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;