Refresh screenshots in TvMainActivity after emulation complete

This commit is contained in:
sigmabeta 2016-01-10 13:18:20 -05:00
parent 7ff558886a
commit db0a923083
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public final class TvMainActivity extends Activity implements MainView
@Override
public void refreshFragmentScreenshot(int fragmentPosition)
{
// No-op (For now)
mRowsAdapter.notifyArrayItemRangeChanged(0, mRowsAdapter.size());
}
@Override