mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +03:00
better code
This commit is contained in:
parent
43521c6e09
commit
9061d5c972
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class RoomDirectoryPickerController(private val stringProvider: StringProvider,
|
|||
|
||||
when (asyncThirdPartyProtocol) {
|
||||
is Success -> {
|
||||
val directories = roomDirectoryListCreator.computeDirectories(asyncThirdPartyProtocol.invoke())
|
||||
val directories = roomDirectoryListCreator.computeDirectories(asyncThirdPartyProtocol())
|
||||
|
||||
directories.forEach {
|
||||
buildDirectory(it)
|
||||
|
|
Loading…
Add table
Reference in a new issue