Merge "Fix blocked notifications screen" into rvc-dev am: 1528d932ed
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11808483 Change-Id: Iafdae12f789f21d26c59d74382b5a147feeb0454
This commit is contained in:
@@ -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