mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-05 11:47:47 +01:00
9cb41d6353
Previous code finalised the view setup in `onViewCreated`, so if you opened some media, switched away from the app, and switched back you'd get a blank screen. Fix this by doing the finalisation in `onResume()`, so the media is displayed correctly when returning to the fragment. Fixes #161