greek-reference
greek-reference copied to clipboard
ListView doesn't scroll to selected item after direct search
When querying the database using a direct search, rather than by selecting a search suggestion, the call to ListView.setSelection() in LexiconBrowseListFragment.selectItem() does not cause the list to jump to the selected item.
I had thought that this was fixed, but not everything is working properly. The item is selected after a direct search, but the list doesn't scroll to that position.