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

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

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

* commit '29f89da0':
  Turn off DEBUG_GESTURES
parents a3a53251 29f89da0
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;