`categories.map { ... }.sortedWith(compareBy({ Mat...
# android
m
categories.map { ... }.sortedWith(compareBy({ Math.abs(it.amount) }, { //something else }))
👍 3
m
thank you very much