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

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

Merge "Fixes NPE when a notification has no snooze menu item."

parents 44be2074 408c8710
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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) {