mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-28 05:59:05 +03:00
Show untrusted first
This commit is contained in:
parent
cac246aa15
commit
b3dbcd7936
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue