Fix cancel in backup restore view.

This commit is contained in:
Matthew Chen 2018-11-29 17:18:48 -05:00
parent 7e77a69f86
commit 3bff89c7ee
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ NS_ASSUME_NONNULL_BEGIN
[OWSBackup.sharedManager
checkCanImportBackup:^(BOOL value) {
OWSLogInfo(@"has backup available for import? %d", value);
OWSLogInfo(@"has backup available for import? %d", value);
}
failure:^(NSError *error){
// Do nothing.

View File

@ -123,7 +123,7 @@ public class BackupRestoreViewController: OWSTableViewController {
backup.setHasPendingRestoreDecision(false)
dismiss(animated: true)
showHomeView()
}
@objc