mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-04 16:35:05 -05:00
DeckAdapter: clearConversations()
This commit is contained in:
parent
1f7d496f77
commit
f37407e2d2
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user