mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
8e8d727231
Make sure that none of the key extractor functions passed to 'Comparator.comparing(fn)' can return null, as this results in an NPE when the corresponding column is sorted in the UI, but has blank entries (such as the BTC received for a BSQ burn in the balance entries table). (Make blanks appear smallest in magnitude using 'Comparator.nullsFirst' or by defaulting to 0 instead of null, since the entries are initially sorted biggest to smallest, pushing them to the bottom of the table.) Also change the default sort type of the burned BSQ column, which should be ASCENDING since the entries are negative. |
||
---|---|---|
.. | ||
package | ||
src | ||
build.gradle |