mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Move adding new ThreadList items to ViewModel
This commit is contained in:
@@ -33,11 +33,6 @@ public class MessageTreeImpl<T extends MessageTree.MessageNode>
|
||||
private final Comparator<T> comparator = (o1, o2) ->
|
||||
Long.valueOf(o1.getTimestamp()).compareTo(o2.getTimestamp());
|
||||
|
||||
public MessageTreeImpl(Collection<T> collection) {
|
||||
super();
|
||||
add(collection);
|
||||
}
|
||||
|
||||
@Override
|
||||
public synchronized void clear() {
|
||||
roots.clear();
|
||||
|
||||
Reference in New Issue
Block a user