mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 08:27:04 +00:00
Refactoring
This commit is contained in:
+1
-3
@@ -470,10 +470,8 @@ open class NewProductViewModel :
|
||||
}
|
||||
|
||||
fun reloadRelaySet() {
|
||||
val account = accountViewModel?.account ?: return
|
||||
|
||||
relayList =
|
||||
account.outboxRelays.flow.value
|
||||
accountViewModel.account.outboxRelays.flow.value
|
||||
.toImmutableList()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user