mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-07 02:30:10 -05:00
Removed @Override flag from compareTo method, since it isn't in the superclass.
This commit is contained in:
parent
7e492a0505
commit
16252e4ad4
@ -2115,7 +2115,6 @@ public class FolderMessageList extends ExpandableListActivity
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public int compareTo(MessageInfoHolder o)
|
public int compareTo(MessageInfoHolder o)
|
||||||
{
|
{
|
||||||
int ascender = (sortAscending ? 1 : -1);
|
int ascender = (sortAscending ? 1 : -1);
|
||||||
|
Loading…
Reference in New Issue
Block a user