We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518bf84 commit 090da4cCopy full SHA for 090da4c
1 file changed
fearless/Common/Services/PricesService.swift
@@ -78,6 +78,10 @@ extension PricesService: PriceLocalSubscriptionHandler {
78
}
79
80
extension PricesService: EventVisitorProtocol {
81
+ func processSelectedAccountChanged(event: SelectedAccountChanged) {
82
+ subscribe()
83
+ }
84
+
85
func processChainSyncDidComplete(event: ChainSyncDidComplete) {
86
subscribe()
87
0 commit comments