sort m_feeds

This commit is contained in:
Andrew Dolgov 2011-11-23 20:07:13 +03:00
parent d391312d04
commit 9b38d7a0bd

View File

@ -2,6 +2,7 @@ package org.fox.ttrss;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
@ -163,6 +164,8 @@ public class FeedsFragment extends Fragment implements OnItemClickListener {
for (Feed f : feeds)
m_feeds.add(f);
Collections.sort(m_feeds);
m_adapter.notifyDataSetInvalidated();
showLoading(false);