Merge "AOD: Do not show guts nor snooze" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
96da371a6d
@@ -227,6 +227,7 @@ public class NotificationMenuRow implements NotificationMenuRowPlugin, View.OnCl
|
|||||||
if (mShouldShowMenu
|
if (mShouldShowMenu
|
||||||
&& !NotificationStackScrollLayout.isPinnedHeadsUp(view)
|
&& !NotificationStackScrollLayout.isPinnedHeadsUp(view)
|
||||||
&& !mParent.areGutsExposed()
|
&& !mParent.areGutsExposed()
|
||||||
|
&& !mParent.isDark()
|
||||||
&& (mCheckForDrag == null || !mHandler.hasCallbacks(mCheckForDrag))) {
|
&& (mCheckForDrag == null || !mHandler.hasCallbacks(mCheckForDrag))) {
|
||||||
// Only show the menu if we're not a heads up view and guts aren't exposed.
|
// Only show the menu if we're not a heads up view and guts aren't exposed.
|
||||||
mCheckForDrag = new CheckForDrag();
|
mCheckForDrag = new CheckForDrag();
|
||||||
|
|||||||
@@ -5862,6 +5862,9 @@ public class StatusBar extends SystemUI implements DemoMode,
|
|||||||
}
|
}
|
||||||
|
|
||||||
final ExpandableNotificationRow row = (ExpandableNotificationRow) v;
|
final ExpandableNotificationRow row = (ExpandableNotificationRow) v;
|
||||||
|
if (row.isDark()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
bindGuts(row, item);
|
bindGuts(row, item);
|
||||||
NotificationGuts guts = row.getGuts();
|
NotificationGuts guts = row.getGuts();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user