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

Commit cafaafcd authored by Daniel Sandler's avatar Daniel Sandler Committed by Android (Google) Code Review
Browse files

Merge "Apply user sentiment on ranking update."

parents 78bf68c4 83b70a00
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package com.android.systemui.statusbar;

import android.content.Context;
import android.content.res.Resources;
import android.service.notification.NotificationListenerService;
import android.util.Log;
import android.view.View;
import android.view.ViewGroup;
@@ -338,6 +339,9 @@ public class NotificationViewHierarchyManager {
                    stack.push(notificationChildren.get(i));
                }
            }

            row.showBlockingHelper(entry.userSentiment ==
                    NotificationListenerService.Ranking.USER_SENTIMENT_NEGATIVE);
        }

        mPresenter.onUpdateRowStates();