Merge "Improve App notification loading" into tm-qpr-dev

This commit is contained in:
Julia Reynolds
2022-07-21 20:30:21 +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