mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Clear screenshot in game grid before attempting to render on Android TV devices
This commit is contained in:
parent
146ee6de91
commit
64cf56dda3
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue