media/libraries/test_session_current/src
bachinger 09d30a160e Fix broadcasting notifyChildrenChanged for legacy controllers
When broadcasting a notifyChildrenChanged event, the task for legacy
controllers was sent to the broadcasting callback. This would
technically work, but because the subscription list is maintained
with specific controllers, the broadcast controller isn't subscribed
and hence the call wasn't executed.

This change calls the overloaded method for a specific controller
for each connected controller. Making sure (only) subscribed
controllers are notified.

Issue: androidx/media#644
PiperOrigin-RevId: 590904037
(cherry picked from commit 4974f960e7)
2024-01-09 12:17:48 +00:00
..
androidTest Fix broadcasting notifyChildrenChanged for legacy controllers 2024-01-09 12:17:48 +00:00
main Fix broadcasting notifyChildrenChanged for legacy controllers 2024-01-09 12:17:48 +00:00