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

Commit e46647d2 authored by Chris Wren's avatar Chris Wren Committed by Android (Google) Code Review
Browse files

disable debug mode on ExpandHelper

Change-Id: I97520643d754e29ea295d868cbbb79b76ef74f3a
parent ab72cc0f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -44,9 +44,9 @@ public class ExpandHelper implements Gefingerpoken, OnClickListener {
    }

    private static final String TAG = "ExpandHelper";
    protected static final boolean DEBUG = true;
    protected static final boolean DEBUG = false;
    protected static final boolean DEBUG_SCALE = false;
    protected static final boolean DEBUG_GLOW = true;
    protected static final boolean DEBUG_GLOW = false;
    private static final long EXPAND_DURATION = 250;
    private static final long GLOW_DURATION = 150;