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

Commit 29f89da0 authored by Dan Sandler's avatar Dan Sandler Committed by Android Git Automerger
Browse files

am dfb39ce3: Merge "Turn off DEBUG_GESTURES" into lmp-mr1-dev

* commit 'dfb39ce3':
  Turn off DEBUG_GESTURES
parents 24fac506 dfb39ce3
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;