Skip to content

Commit

Permalink
fix: property name
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanpe committed Aug 26, 2019
1 parent 2f2e542 commit 5436e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Extensions/UIView+UIApplicationDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

0 comments on commit 5436e44

Please sign in to comment.