Apply review: move thumbnail loading out of Player

This commit is contained in:
Stypox 2021-06-07 11:24:13 +02:00
parent c338150d90
commit 12ad678d14
4 changed files with 85 additions and 79 deletions

View file

@ -690,6 +690,7 @@ public final class VideoDetailFragment
.into(binding.detailThumbnailImageView, new Callback() {
@Override
public void onSuccess() {
// nothing to do, the image was loaded correctly into the thumbnail
}
@Override