Merge "Fix blocked notifications screen" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1528d932ed
@@ -84,6 +84,9 @@ public class AppStateNotificationBridge extends AppStateBaseBridge {
|
||||
for (AppEntry entry : apps) {
|
||||
NotificationsSentState stats =
|
||||
map.get(getKey(UserHandle.getUserId(entry.info.uid), entry.info.packageName));
|
||||
if (stats == null) {
|
||||
stats = new NotificationsSentState();
|
||||
}
|
||||
calculateAvgSentCounts(stats);
|
||||
addBlockStatus(entry, stats);
|
||||
entry.extraInfo = stats;
|
||||
|
Reference in New Issue
Block a user