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

Commit 96da371a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "AOD: Do not show guts nor snooze" into oc-dev

parents 4bcc9bf0 3ca223a8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -227,6 +227,7 @@ public class NotificationMenuRow implements NotificationMenuRowPlugin, View.OnCl
                if (mShouldShowMenu
                        && !NotificationStackScrollLayout.isPinnedHeadsUp(view)
                        && !mParent.areGutsExposed()
                        && !mParent.isDark()
                        && (mCheckForDrag == null || !mHandler.hasCallbacks(mCheckForDrag))) {
                    // Only show the menu if we're not a heads up view and guts aren't exposed.
                    mCheckForDrag = new CheckForDrag();
+3 −0
Original line number Diff line number Diff line
@@ -5862,6 +5862,9 @@ public class StatusBar extends SystemUI implements DemoMode,
                }

                final ExpandableNotificationRow row = (ExpandableNotificationRow) v;
                if (row.isDark()) {
                    return false;
                }
                bindGuts(row, item);
                NotificationGuts guts = row.getGuts();