attempt fix settings

This commit is contained in:
Spidy123222
2023-08-30 04:47:36 +00:00
committed by nythepegasus
parent 580db6530e
commit 12fc6cf6e2

View File

@@ -537,6 +537,9 @@ extension SettingsViewController
let toastView = ToastView(text: NSLocalizedString("Cannot Send Mail", comment: ""), detailText: nil)
toastView.show(in: self)
}
case .clearCache: self.clearCache()
case .resetPairingFile:
let filename = "ALTPairingFile.mobiledevicepairing"
let fm = FileManager.default
@@ -589,7 +592,7 @@ extension SettingsViewController
ELOG("UIApplication.openSettingsURLString invalid")
}
case .refreshAttempts, .errorLog: break
case .clearCache: self.clearCache()
}
default: break