diff options
author | Chris Wren <cwren@android.com> | 2014-10-30 23:43:47 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-30 23:43:47 +0000 |
commit | 04a14e599e79e3453971ae3307948da5935775ff (patch) | |
tree | 2f81b5886b08d0276f098c59ffef1ddf87bf2bfb /packages/SystemUI/src/com/android/systemui/statusbar | |
parent | e459a46c471f465c594201db7ccff25031a89433 (diff) | |
parent | 7837294b84550ac9c7b6ecd51b9a8ccb153cc413 (diff) | |
download | frameworks_base-04a14e599e79e3453971ae3307948da5935775ff.zip frameworks_base-04a14e599e79e3453971ae3307948da5935775ff.tar.gz frameworks_base-04a14e599e79e3453971ae3307948da5935775ff.tar.bz2 |
am 7837294b: am 755f4021: fix build break from mis-named DEBUG flag in SystemUI
* commit '7837294b84550ac9c7b6ecd51b9a8ccb153cc413':
fix build break from mis-named DEBUG flag in SystemUI
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/statusbar')
-rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java b/packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java index 67d4bdf..09d0b5d 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java @@ -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; |