Skip to content

Commit

Permalink
remove SampleBufferVideoRenderer frame change animation
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Feb 27, 2024
1 parent 0aaf7a7 commit 88ab2ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/LiveKit/Views/SampleBufferVideoRenderer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class SampleBufferVideoRenderer: NativeView, Loggable {
override func performLayout() {
super.performLayout()
sampleBufferDisplayLayer.frame = bounds
sampleBufferDisplayLayer.removeAllAnimations()
}
}

Expand Down

0 comments on commit 88ab2ea

Please sign in to comment.