straw/app/src/main
Stypox b995eedf14 Fix crash when closing video detail fragment
This bug started appearing because the way to close the player is now unified in PlayerHolder.stopService(), which causes the player to reach back to the video detail fragment with a notification of the shutdown (i.e. onServiceStopped() is called). This is fixed by adding a nullability check on the binding.
2025-02-18 18:03:10 +01:00
..
assets Make JavaScript code compatible with older WebViews 2025-02-04 21:38:01 +01:00
java Fix crash when closing video detail fragment 2025-02-18 18:03:10 +01:00
res Add MediaBrowserImpl 2025-02-16 21:43:46 +01:00
AndroidManifest.xml Have PlayerService implement MediaBrowserServiceCompat 2025-02-16 21:36:59 +01:00