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

This commit is contained in:
Julia Reynolds
2022-07-26 14:56:20 +00:00
committed by Android (Google) Code Review
34 changed files with 272 additions and 318 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, "key");
super(context, backend);
}
@Override