Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call future listener on the same handler that created the controller
The direct executor is not the proper way to determine on what thread to run the `Future.Listener` and the `MediaControllerCreationListener` because the listener may call the controller passed as argument which must happen on the same thread that built the controller. This change makes sure this is the case. PiperOrigin-RevId: 490478587
- Loading branch information