mirror of
https://github.com/libretro/RetroArch
synced 2025-02-05 15:40:04 +00:00
(Android) enable fast scroll on ROM list
This commit is contained in:
parent
adee0f2cae
commit
834b457294
@ -150,6 +150,7 @@ public class DirectoryActivity extends Activity implements
|
|||||||
ListView list = (ListView) findViewById(R.id.list);
|
ListView list = (ListView) findViewById(R.id.list);
|
||||||
list.setAdapter(adapter);
|
list.setAdapter(adapter);
|
||||||
list.setOnItemClickListener(this);
|
list.setOnItemClickListener(this);
|
||||||
|
list.setFastScrollEnabled(true);
|
||||||
|
|
||||||
// Load Directory
|
// Load Directory
|
||||||
if (savedInstanceState != null) {
|
if (savedInstanceState != null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user