File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 </dict >
3838 </array >
3939 <key >CFBundleVersion </key >
40- <string >5.3.201804281800 </string >
40+ <string >5.3.201805071200 </string >
4141 <key >ITSAppUsesNonExemptEncryption </key >
4242 <false />
4343 <key >LSApplicationQueriesSchemes </key >
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
245245 return ;
246246 }
247247 ESWeakSelf;
248- UIActionSheet *actionSheet = [UIActionSheet bk_actionSheetCustomWithTitle: @" 删除此冒泡" buttonTitles: nil destructiveTitle: @" 确认删除" cancelTitle: @" 取消" andDidDismissBlock: ^(UIActionSheet *sheet, NSInteger index) {
248+ UIActionSheet *actionSheet = [UIActionSheet bk_actionSheetCustomWithTitle: self .curTweet.isProjectTweet? @" 删除此公告 " : @" 删除此冒泡" buttonTitles: nil destructiveTitle: @" 确认删除" cancelTitle: @" 取消" andDidDismissBlock: ^(UIActionSheet *sheet, NSInteger index) {
249249 ESStrongSelf
250250 if (index == 0 ) {
251251 [_self deleteTweet: _self.curTweet];
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
312312 }
313313 self.deleteTweet = curTweet;
314314 self.deleteTweetsIndex = outTweetsIndex;
315- UIActionSheet *actionSheet = [UIActionSheet bk_actionSheetCustomWithTitle: @" 删除此冒泡" buttonTitles: nil destructiveTitle: @" 确认删除" cancelTitle: @" 取消" andDidDismissBlock: ^(UIActionSheet *sheet, NSInteger index) {
315+ UIActionSheet *actionSheet = [UIActionSheet bk_actionSheetCustomWithTitle: curTweet.isProjectTweet? @" 删除此公告 " : @" 删除此冒泡" buttonTitles: nil destructiveTitle: @" 确认删除" cancelTitle: @" 取消" andDidDismissBlock: ^(UIActionSheet *sheet, NSInteger index) {
316316 if (index == 0 ) {
317317 [weakSelf deleteTweet: weakSelf.deleteTweet outTweetsIndex: weakSelf.deleteTweetsIndex];
318318 }
You can’t perform that action at this time.
0 commit comments