Clear screenshot in game grid before attempting to render on Android TV devices
This commit is contained in:
parent
146ee6de91
commit
64cf56dda3
|
@ -51,6 +51,8 @@ public final class GameRowPresenter extends Presenter
|
||||||
|
|
||||||
String screenPath = game.getScreenshotPath();
|
String screenPath = game.getScreenshotPath();
|
||||||
|
|
||||||
|
holder.imageScreenshot.setImageDrawable(null);
|
||||||
|
|
||||||
// Fill in the view contents.
|
// Fill in the view contents.
|
||||||
Picasso.with(holder.imageScreenshot.getContext())
|
Picasso.with(holder.imageScreenshot.getContext())
|
||||||
.load(screenPath)
|
.load(screenPath)
|
||||||
|
|
Loading…
Reference in New Issue