Skip to content

Commit e4a53dd

Browse files
committed
在项目文档首页点击新建文件夹,新建文件夹页面点击取消后跳转不正确
1 parent 0a8d478 commit e4a53dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Coding_iOS/Controllers/ProjectViewController.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,9 @@ - (void)navRightBtnClicked{
536536
}];
537537

538538
}
539+
break;
539540
case ProjectViewTypeCodes:{
541+
//代码提交记录
540542
ProjectCommitsViewController *vc = [ProjectCommitsViewController new];
541543
vc.curProject = self.myProject;
542544
vc.curCommits = [Commits commitsWithRef:self.codeRef? self.codeRef: @"master" Path:@""];

0 commit comments

Comments
 (0)