Eric House 2013-11-13 18:39:03 -08:00
parent 2fbf0fca50
commit 3b5bc3a786

View file

@ -128,6 +128,9 @@ public class DictBrowseActivity extends XWListActivity
// SectionIndexer
public int getPositionForSection( int section )
{
if ( section >= m_indices.length ) {
section = m_indices.length - 1;
}
return m_indices[section];
}