Skip to content

Commit aedf1e5

Browse files
committed
moved Volume changes from Pro
1 parent 95622d1 commit aedf1e5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

native/app/Source/Audio/Volume/Volume.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,5 +191,8 @@ class Volume: StoreSubscriber {
191191
func postSetup () {
192192
(gain = gain)
193193
}
194-
194+
195+
deinit {
196+
Application.store.unsubscribe(self)
197+
}
195198
}

0 commit comments

Comments
 (0)