Show untrusted first
This commit is contained in:
parent
cac246aa15
commit
b3dbcd7936
@ -63,7 +63,7 @@ class DeviceListEpoxyController @Inject constructor(private val stringProvider:
|
||||
}
|
||||
}
|
||||
is Success -> {
|
||||
val deviceList = data.cryptoDevices.invoke().sortedByDescending {
|
||||
val deviceList = data.cryptoDevices.invoke().sortedBy {
|
||||
it.isVerified
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user