mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Clear list before setting all currencies
This commit is contained in:
parent
f7e4e5ae14
commit
064335716a
@ -60,6 +60,7 @@ public class CurrencyList {
|
||||
List<CurrencyListItem> result = Lists.newLinkedList();
|
||||
Optional.ofNullable(first).ifPresent(result::add);
|
||||
result.addAll(getPartitionedSortedItems(currencies));
|
||||
delegate.clear();
|
||||
delegate.addAll(result);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user