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

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

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

* commit 'e43bab74':
  Turn off DEBUG_GESTURES
parents 699a77e5 e43bab74
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;