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

Commit dfb39ce3 authored by Dan Sandler's avatar Dan Sandler Committed by Android (Google) Code Review
Browse files

Merge "Turn off DEBUG_GESTURES" into lmp-mr1-dev

parents 561261d4 934025e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ import com.android.systemui.R;
public class PhoneStatusBarView extends PanelBar {
    private static final String TAG = "PhoneStatusBarView";
    private static final boolean DEBUG = PhoneStatusBar.DEBUG;
    private static final boolean DEBUG_GESTURES = true;
    private static final boolean DEBUG_GESTURES = false;

    PhoneStatusBar mBar;