Fix sections after switching sort mode

This commit is contained in:
Christopher Eby 2012-02-11 19:52:55 -06:00
parent 6d807c1455
commit 7150813091

View File

@ -552,6 +552,7 @@ public class MediaAdapter extends CursorAdapter implements SectionIndexer, Libra
public void setSortMode(int i)
{
mSortMode = i;
mSections = null;
}
/**