From b18cabb680e458c88c1854f4cdd28b7563ab7bf6 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 19 Jun 2024 17:17:51 -0500 Subject: [PATCH] added any Signed-off-by: Matt Bruce --- VDS/Extensions/UIView+CALayer.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VDS/Extensions/UIView+CALayer.swift b/VDS/Extensions/UIView+CALayer.swift index 3c1db6a5..05924211 100644 --- a/VDS/Extensions/UIView+CALayer.swift +++ b/VDS/Extensions/UIView+CALayer.swift @@ -62,7 +62,7 @@ extension UIView { } else { removeDebugBorder() } - if let view = self as? ViewProtocol { + if let view = self as? (any ViewProtocol) { view.updateView() } }