Merge "Revert^2 "Improve App notification loading"" into tm-qpr-dev

This commit is contained in:
Julia Reynolds
2022-08-22 13:56:41 +00:00
committed by Android (Google) Code Review
34 changed files with 318 additions and 272 deletions

View File

@@ -426,7 +426,7 @@ public class NotificationPreferenceControllerTest {
private final class TestPreferenceController extends NotificationPreferenceController {
private TestPreferenceController(Context context, NotificationBackend backend) {
super(context, backend);
super(context, backend, "key");
}
@Override