Merge pull request #4409 from sigmabeta/android-tv-screenshot-errors
[Android TV] Fix a screenshot glitch on game selector
This commit is contained in:
commit
1c9ed79c6a
|
@ -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