Skip to content

Commit abb5bcf

Browse files
committed
项目设置修改图片后不跳转
1 parent f29efc0 commit abb5bcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Coding_iOS/Controllers/ProjectSetting/ProjectSettingViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ -(void)imagePickerController:(UIImagePickerController *)picker didFinishPickingM
106106
if (dataDic) {
107107
self.project.icon = dataDic[@"icon"];
108108
[[[SDWebImageManager sharedManager] imageCache] storeImage:image forKey:self.project.icon];
109-
[self.navigationController popViewControllerAnimated:YES];
109+
// [self.navigationController popViewControllerAnimated:YES];
110110
}
111111
//
112112
self.projectImageView.image = image;

0 commit comments

Comments
 (0)