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

Commit df357366 authored by Roman Birg's avatar Roman Birg Committed by Gerrit Code Review
Browse files

SystemUI: PhoneStatusBarView: disable DEBUG_GESTURES



Change-Id: I3911c464d1f008ac2c96a1104761007fad41a3ae
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent 72e825f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,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;