Fixed chapter image sometimes not appearing

This commit is contained in:
ByteHamster 2020-02-12 17:37:28 +01:00
parent d4948f91a1
commit 9a492fa406

View File

@ -81,6 +81,7 @@ public class CoverFragment extends Fragment {
private void displayMediaInfo(@NonNull Playable media) {
txtvPodcastTitle.setText(media.getFeedTitle());
txtvEpisodeTitle.setText(media.getEpisodeTitle());
displayedChapterIndex = -1;
Glide.with(this)
.load(ImageResourceUtils.getImageLocation(media))
.apply(new RequestOptions()