mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Fix flaky test in MediaControllerListenerTest
PiperOrigin-RevId: 550625956
This commit is contained in:
parent
449cf55523
commit
71af48429f
1 changed files with 1 additions and 1 deletions
|
|
@ -2528,8 +2528,8 @@ public class MediaControllerListenerTest {
|
|||
@Override
|
||||
public void onSessionActivityChanged(
|
||||
MediaController controller, PendingIntent sessionActivity) {
|
||||
latch.countDown();
|
||||
receivedSessionActivities.add(sessionActivity);
|
||||
latch.countDown();
|
||||
}
|
||||
};
|
||||
MediaController controller =
|
||||
|
|
|
|||
Loading…
Reference in a new issue