Refactoring
This commit is contained in:
+1
-3
@@ -470,10 +470,8 @@ open class NewProductViewModel :
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun reloadRelaySet() {
|
fun reloadRelaySet() {
|
||||||
val account = accountViewModel?.account ?: return
|
|
||||||
|
|
||||||
relayList =
|
relayList =
|
||||||
account.outboxRelays.flow.value
|
accountViewModel.account.outboxRelays.flow.value
|
||||||
.toImmutableList()
|
.toImmutableList()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user