We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0cee8 commit c5fe307Copy full SHA for c5fe307
1 file changed
Coding_iOS/Controllers/MRDetailViewController.m
@@ -410,9 +410,7 @@ - (void)cancelMRPR{
410
__weak typeof(self) weakSelf = self;
411
[[Coding_NetAPIManager sharedManager] request_MRPRCancel:_curMRPRInfo.mrpr andBlock:^(id data, NSError *error) {
412
if (data) {
413
- weakSelf.curMRPRInfo = nil;
414
- [weakSelf.myTableView reloadData];
415
- [weakSelf refresh];
+ [weakSelf.navigationController popViewControllerAnimated:YES];
416
}
417
}];
418
0 commit comments