Fix after merge.

This commit is contained in:
Sven Weidauer 2022-11-26 16:26:06 +01:00
parent bf741a3f63
commit 5608cad673
1 changed files with 0 additions and 4 deletions

View File

@ -253,10 +253,6 @@ extension MediaHostToMediaPreviewViewControllerAnimatedTransitioning {
return rect
}()
let maskLayerToPath = maskLayerToRect.flatMap { UIBezierPath(rect: $0) }?.cgPath
// FIXME:
_ = maskLayerToFinalRect.flatMap { UIBezierPath(rect: $0) }?.cgPath
if let maskLayerToPath = maskLayerToPath {
maskLayer.path = maskLayerToPath