mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
bd3caf25eb
Problem: brain-dead Android code (on 5.1.0 anyway) caches the SectionIndexer separately from the ListAdapter that implements it, so when you change the ListAdapter it keeps using the old one for its SectionIndexer. Solution is to replace the ListView in the layout with a FrameLayout into which a ListView is inserted at runtime on init and whenever the data changes. |
||
---|---|---|
.. | ||
R.java |