Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationMenuRow.java +3 −1 Original line number Diff line number Diff line Loading @@ -267,8 +267,10 @@ public class NotificationMenuRow implements NotificationMenuRowPlugin, View.OnCl } else { mRightMenuItems.add(mInfoItem); mRightMenuItems.add(mAppOpsItem); if (!isForeground) { mRightMenuItems.add(mSnoozeItem); } } populateMenuViews(); if (resetState) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationMenuRow.java +3 −1 Original line number Diff line number Diff line Loading @@ -267,8 +267,10 @@ public class NotificationMenuRow implements NotificationMenuRowPlugin, View.OnCl } else { mRightMenuItems.add(mInfoItem); mRightMenuItems.add(mAppOpsItem); if (!isForeground) { mRightMenuItems.add(mSnoozeItem); } } populateMenuViews(); if (resetState) { Loading