Fix incremental backup exports.
This commit is contained in:
parent
ada0ea9997
commit
cafc732dcb
@ -62,6 +62,15 @@ public class BackupLazyRestore: NSObject {
|
||||
runIfNecessary()
|
||||
}
|
||||
|
||||
@objc
|
||||
public func clearCompleteAndRunIfNecessary() {
|
||||
AssertIsOnMainThread()
|
||||
|
||||
isComplete = false
|
||||
|
||||
runIfNecessary()
|
||||
}
|
||||
|
||||
@objc
|
||||
public func runIfNecessary() {
|
||||
AssertIsOnMainThread()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user