Skip to content

Commit

Permalink
Fix an issue where pip position isn't preserved
Browse files Browse the repository at this point in the history
  • Loading branch information
Imperiopolis committed Aug 21, 2020
1 parent a7614d6 commit 265cbd3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Signal/src/ViewControllers/Call/CallViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -617,11 +617,6 @@ class CallViewController: OWSViewController, CallObserver, CallServiceObserver,
}
}

override func updateViewConstraints() {
updateRemoteVideoLayout()
super.updateViewConstraints()
}

internal func updateRemoteVideoLayout() {
remoteVideoView.isHidden = !self.hasRemoteVideoTrack
updateCallUI()
Expand Down

0 comments on commit 265cbd3

Please sign in to comment.