Fix cancel in backup restore view.

pull/1/head
Matthew Chen 6 years ago
parent 7e77a69f86
commit 3bff89c7ee

@ -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.

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

Loading…
Cancel
Save