Skip to content

Commit ada82ff

Browse files
authored
Fix Swift compilation errors (#662)
1 parent 6ae73bc commit ada82ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared_swift/Visualizer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public class Visualizer: NSObject, RTCAudioRenderer, FlutterStreamHandler {
8888
self.bands = zip(self.bands, newBands).map { old, new in
8989
self._smoothTransition(from: old, to: new, factor: self.smoothingFactor)
9090
}
91-
eventSink?(self.bands)
91+
self.eventSink?(self.bands)
9292
}
9393
}
9494

0 commit comments

Comments
 (0)