diff --git a/Sources/Extensions/UIView+UIApplicationDelegate.swift b/Sources/Extensions/UIView+UIApplicationDelegate.swift index ce39eaeb..c5978797 100644 --- a/Sources/Extensions/UIView+UIApplicationDelegate.swift +++ b/Sources/Extensions/UIView+UIApplicationDelegate.swift @@ -32,6 +32,6 @@ extension UIView { } @objc func appDidEnterBackground() { - UserDefaults.standard.set((isSkeletonActive && skeletonIsAnimated), forKey: Constants.needAnimatedSkeletonKey) + UserDefaults.standard.set((isSkeletonActive && isSkeletonAnimated), forKey: Constants.needAnimatedSkeletonKey) } }