mirror of
https://github.com/libretro/RetroArch
synced 2025-02-24 09:40:07 +00:00
(Android UI) Another fix for Android 2.3x devices
This commit is contained in:
parent
e327eb4696
commit
abe7afbee1
@ -90,7 +90,10 @@ public final class InstalledCoresFragment extends ListFragment
|
||||
public void updateInstalledCoresList()
|
||||
{
|
||||
adapter.clear();
|
||||
adapter.addAll(getInstalledCoresList());
|
||||
for (int i = 0; i < getInstalledCoresList().size(); i++)
|
||||
{
|
||||
adapter.add(getInstalledCoresList().get(i));
|
||||
}
|
||||
adapter.notifyDataSetChanged();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user