Apply review: move thumbnail loading out of Player
This commit is contained in:
parent
c338150d90
commit
12ad678d14
4 changed files with 85 additions and 79 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue