Clear screenshot in game grid before attempting to render on Android TV devices

This commit is contained in:
sigmabeta 2016-10-30 18:53:57 -04:00
parent 146ee6de91
commit 64cf56dda3
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ public final class GameRowPresenter extends Presenter
String screenPath = game.getScreenshotPath();
holder.imageScreenshot.setImageDrawable(null);
// Fill in the view contents.
Picasso.with(holder.imageScreenshot.getContext())
.load(screenPath)