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

Commit 04a14e59 authored by Chris Wren's avatar Chris Wren Committed by Android Git Automerger
Browse files

am 7837294b: am 755f4021: fix build break from mis-named DEBUG flag in SystemUI

* commit '7837294b':
  fix build break from mis-named DEBUG flag in SystemUI
parents e459a46c 7837294b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ public abstract class BaseStatusBar extends SystemUI implements
    public static final boolean MULTIUSER_DEBUG = false;

    // STOPSHIP disable once we resolve b/18102199
    private static final boolean ACTION_BUTTONS_DEBUG = true;
    private static final boolean NOTIFICATION_CLICK_DEBUG = true;

    protected static final int MSG_SHOW_RECENT_APPS = 1019;
    protected static final int MSG_HIDE_RECENT_APPS = 1020;