Merge "In NotificationRecord, clean out adjustments once they've been applied."

This commit is contained in:
TreeHugger Robot
2019-01-25 20:21:48 +00:00
committed by Android (Google) Code Review

View File

@@ -690,6 +690,8 @@ public final class NotificationRecord {
importance));
}
}
// We have now gotten all the information out of the adjustments and can forget them.
mAdjustments.clear();
}
}