Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72a3d2d7 authored by Matías Hernández's avatar Matías Hernández Committed by Android Build Coastguard Worker
Browse files

Remove excess parameter from EnqueueNotificationRunnable constructor call

Bug: 305695605
Fixes: 382077219
Test: atest NotificationManagerServiceTest
Flag: EXEMPT Test bugfix
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:31686e52218632a7b84e3d005094c74200050c16)
Merged-In: I677a5ad3a7497b87b933d7adc2917db02aafcfae
Change-Id: I677a5ad3a7497b87b933d7adc2917db02aafcfae
parent a4a8fca6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14341,7 +14341,7 @@ public class NotificationManagerServiceTest extends UiServiceTestCase {
        assertThat(record.getNotification().getAllowlistToken()).isNull();
        mWorkerHandler.post(
                mService.new EnqueueNotificationRunnable(mUserId, record, false, false,
                mService.new EnqueueNotificationRunnable(mUserId, record, false,
                mPostNotificationTrackerFactory.newTracker(null)));
        waitForIdle();