Show untrusted first

This commit is contained in:
Valere 2020-04-30 15:43:19 +02:00
parent cac246aa15
commit b3dbcd7936
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class DeviceListEpoxyController @Inject constructor(private val stringProvider:
} }
} }
is Success -> { is Success -> {
val deviceList = data.cryptoDevices.invoke().sortedByDescending { val deviceList = data.cryptoDevices.invoke().sortedBy {
it.isVerified it.isVerified
} }