Fixed chapter image sometimes not appearing
This commit is contained in:
parent
d4948f91a1
commit
9a492fa406
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user