sortFeedCards

open fun sortFeedCards(cards: List<Card>): List<Card>

The sortFeedCards is responsible for sorting newsfeed cards depending on whether or not they have already been viewed. It is only run when the the mSortEnabled is set to true and its expected behavior is to maintain the respective order of cards which have the same view status.