Changes made as per feedback on MR.
This commit is contained in:
parent
c8c8d906ee
commit
d26e2d52ba
@ -32,7 +32,7 @@ public extension MVMCoreGetterUtility {
|
||||
UIApplication.shared.connectedScenes.flatMap { ($0 as? UIWindowScene)?.windows ?? [] }.first { $0.isKeyWindow }
|
||||
}
|
||||
|
||||
@objc static func clearAppLevelFiles() {
|
||||
@objc static func clearApplicationCache() {
|
||||
|
||||
PersistentCacheManager.shared.clearPersistentAppLevelCache()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user