pachli-android/app/src
Nik Clayton 9cb41d6353
fix: Show media when resuming ViewMediaFragment (#174)
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
2023-10-15 14:45:41 +02:00
..
androidTest/java/app/pachli refactor: Transition from Tusky to Pachli 2023-09-05 13:33:37 +02:00
blue refactor: Transition from Tusky to Pachli 2023-09-05 13:33:37 +02:00
main fix: Show media when resuming ViewMediaFragment (#174) 2023-10-15 14:45:41 +02:00
orange refactor: Transition from Tusky to Pachli 2023-09-05 13:33:37 +02:00
test refactor: Update ViewThreadViewModel to use FiltersRepository (#156) 2023-10-12 12:47:27 +02:00