Remove getList
This commit is contained in:
parent
1a5b3cec6f
commit
9a557eeefe
@ -65,14 +65,10 @@ public class SongSelector extends Dialog implements AdapterView.OnItemClickListe
|
||||
|
||||
private long mLastActedId;
|
||||
|
||||
private ListView getList(int tab)
|
||||
{
|
||||
return (ListView)mTabHost.getTabContentView().getChildAt(tab);
|
||||
}
|
||||
|
||||
private MediaAdapter getAdapter(int tab)
|
||||
{
|
||||
return (MediaAdapter)getList(tab).getAdapter();
|
||||
ListView list = (ListView)mTabHost.getTabContentView().getChildAt(tab);
|
||||
return (MediaAdapter)list.getAdapter();
|
||||
}
|
||||
|
||||
private void initializeList(int id, Uri store, String[] fields, String[] fieldKeys)
|
||||
|
Loading…
x
Reference in New Issue
Block a user