| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0b6cfe8 commit 545f3b3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -118,8 +118,8 @@ - (void)requestForMyProject{ | |||
| 118 | 118 | [[Coding_NetAPIManager sharedManager] request_ProjectDetail_WithObj:_myProject andBlock:^(id data, NSError *error) { | |
| 119 | 119 | [weakSelf.view endLoading]; | |
| 120 | 120 | if (data) { | |
| 121 | - [weakSelf configNavBtnWithMyProject]; | ||
| 122 | 121 | weakSelf.myProject = data; | |
| 122 | + [weakSelf configNavBtnWithMyProject]; | ||
| 123 | 123 | [self refreshWithViewType:_curIndex]; | |
| 124 | 124 | } | |
| 125 | 125 | }]; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments