kbaileyky / CS5103-SMS

0 stars 0 forks source link

Show latest ConversationPreview at top of ListView #29

Closed madmike210 closed 10 years ago

madmike210 commented 11 years ago

The ConversationPreview with the latest message in it, should be shown at the top of the ListView in the ConversationsListActivity's ListView.

madmike210 commented 10 years ago

Fixed in Revision 53. This required implementing the comparable interface on the ConversationPreview class.