Feng Dai
Feng Dai
``` List fragments = getFragmentMaster().getFragments(); for(int i = fragments.size() - 1; i > 0; i--) { fragments.get(i).finish(); } ```
More information? Code snippet and/or exception stack...
@petersnoopy FragmentMaster dose not support you to change the animation's duration right now. I'll try to add an API to support this feature later. At this moment, you can look...
> Yes, we do eventually want to do that. @rjrjr actually started the work as a hackweek project a couple weeks ago, but I'm not sure where it ended up....
I don't have much time to implement this. What about using `SubtitleView` of `exoplayer-ui` for now? It can be adapted to Compose by using `AndroidView` composable. For example: ``` Media(...