mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 12:46:58 +02:00
MESSENGER-3588 icloud backup
This commit is contained in:
@@ -1878,9 +1878,9 @@ static NSString *contactsBookInfoFile = @"contactsV2";
|
||||
if (error == nil)
|
||||
{
|
||||
[cipher writeToFile:[self dataFilePathForComponent:fileName] atomically:YES];
|
||||
[[NSFileManager defaultManager] excludeItemFromBackupAt:[NSURL fileURLWithPath:fileName] error:&error];
|
||||
[[NSFileManager defaultManager] excludeItemFromBackupAt:[NSURL fileURLWithPath:[self dataFilePathForComponent:fileName]] error:&error];
|
||||
if (error) {
|
||||
MXLogDebug(@"[MXKContactManager] Cannot exclude item from backup %@", error.localizedDescription);
|
||||
MXLogDebug(@"[MXKContactManager] Cannot exclude item from backup %@ filename %@", error.localizedDescription, fileName);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user