diff --git a/apple/OmnivoreKit/Sources/App/Views/File.swift b/apple/OmnivoreKit/Sources/App/Views/SlideAnimatedTransitioning.swift similarity index 94% rename from apple/OmnivoreKit/Sources/App/Views/File.swift rename to apple/OmnivoreKit/Sources/App/Views/SlideAnimatedTransitioning.swift index 83da77db3..1236c513c 100644 --- a/apple/OmnivoreKit/Sources/App/Views/File.swift +++ b/apple/OmnivoreKit/Sources/App/Views/SlideAnimatedTransitioning.swift @@ -37,9 +37,6 @@ extension SlideAnimatedTransitioning: UIViewControllerAnimatedTransitioning { transitionContext.containerView.addSubview(toVC.view) transitionContext.containerView.addSubview(fromVC.view) - // containerView.insertSubview(toView!, belowSubview: fromView!) - print("CONTAINER VIEW: ", containerView) - UIView.animate(withDuration: transitionDuration(using: transitionContext), delay: 0, options: .curveLinear, animations: { toVC.view?.frame = (fromVC.view?.frame)! fromVC.view?.frame = offsetLeft! diff --git a/apple/OmnivoreKit/Sources/Views/FeedItem/File.swift b/apple/OmnivoreKit/Sources/Views/FeedItem/Gradient.swift similarity index 100% rename from apple/OmnivoreKit/Sources/Views/FeedItem/File.swift rename to apple/OmnivoreKit/Sources/Views/FeedItem/Gradient.swift