mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
refactor: formatting in line properly in ContactUtilities.kt
This commit is contained in:
parent
9a33fe8883
commit
9d55d842d2
@ -12,12 +12,12 @@ object ContactUtilities {
|
||||
val cursor = threadDatabase.conversationList
|
||||
val result = mutableSetOf<Recipient>()
|
||||
threadDatabase.readerFor(cursor).use { reader ->
|
||||
while (reader.next != null) {
|
||||
val thread = reader.current
|
||||
val recipient = thread.recipient
|
||||
result.add(recipient)
|
||||
while (reader.next != null) {
|
||||
val thread = reader.current
|
||||
val recipient = thread.recipient
|
||||
result.add(recipient)
|
||||
}
|
||||
}
|
||||
return result
|
||||
}
|
||||
return result
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user