mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 14:46:49 +01:00
Android: Remove unused refreshScreenshotAtPosition interface method
This commit is contained in:
parent
5957d85178
commit
a049a0d4bc
@ -92,12 +92,6 @@ public final class PlatformGamesFragment extends Fragment implements PlatformGam
|
|||||||
mBinding = null;
|
mBinding = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void refreshScreenshotAtPosition(int position)
|
|
||||||
{
|
|
||||||
mAdapter.notifyItemChanged(position);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onItemClick(String gameId)
|
public void onItemClick(String gameId)
|
||||||
{
|
{
|
||||||
|
@ -7,14 +7,6 @@ package org.dolphinemu.dolphinemu.ui.platform;
|
|||||||
*/
|
*/
|
||||||
public interface PlatformGamesView
|
public interface PlatformGamesView
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* Tell the view that a certain game's screenshot has been updated,
|
|
||||||
* and should be redrawn on-screen.
|
|
||||||
*
|
|
||||||
* @param position The index of the game that should be redrawn.
|
|
||||||
*/
|
|
||||||
void refreshScreenshotAtPosition(int position);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pass a click event to the view's Presenter. Typically called from the
|
* Pass a click event to the view's Presenter. Typically called from the
|
||||||
* view's list adapter.
|
* view's list adapter.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user