Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit abb5bcf

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎Coding_iOS/Controllers/ProjectSetting/ProjectSettingViewController.m‎

Copy file name to clipboardExpand all lines: Coding_iOS/Controllers/ProjectSetting/ProjectSettingViewController.m
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.