Fix after merge.
This commit is contained in:
parent
bf741a3f63
commit
5608cad673
|
@ -254,10 +254,6 @@ extension MediaHostToMediaPreviewViewControllerAnimatedTransitioning {
|
||||||
}()
|
}()
|
||||||
let maskLayerToPath = maskLayerToRect.flatMap { UIBezierPath(rect: $0) }?.cgPath
|
let maskLayerToPath = maskLayerToRect.flatMap { UIBezierPath(rect: $0) }?.cgPath
|
||||||
|
|
||||||
|
|
||||||
// FIXME:
|
|
||||||
_ = maskLayerToFinalRect.flatMap { UIBezierPath(rect: $0) }?.cgPath
|
|
||||||
|
|
||||||
if let maskLayerToPath = maskLayerToPath {
|
if let maskLayerToPath = maskLayerToPath {
|
||||||
maskLayer.path = maskLayerToPath
|
maskLayer.path = maskLayerToPath
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue