sort m_feeds
This commit is contained in:
parent
d391312d04
commit
9b38d7a0bd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user