1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-11-04 16:35:05 -05:00

DeckAdapter: clearConversations()

This commit is contained in:
Sebastian Kaspari 2010-04-13 21:56:10 +02:00
parent 1f7d496f77
commit f37407e2d2

View File

@ -51,6 +51,14 @@ public class DeckAdapter extends BaseAdapter
conversations = new LinkedList<Conversation>();
}
/**
* Clear conversations
*/
public void clearConversations()
{
conversations = new LinkedList<Conversation>();
}
/**
* Get number of item
*/