DeckAdapter: clearConversations()

This commit is contained in:
Sebastian Kaspari 2010-04-13 21:56:10 +02:00
parent 1f7d496f77
commit f37407e2d2
1 changed files with 8 additions and 0 deletions

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
*/