Skip to content

Commit

Permalink
修复 QMUIMoreOperationController itemViewWithTag: 方法return 错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
MoLice committed Dec 4, 2017
1 parent fb8294f commit 7e8f3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QMUIKit/QMUIComponents/QMUIMoreOperationController.m
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ - (QMUIMoreOperationItemView *)itemViewWithTag:(NSInteger)tag {
*stop = YES;
}
}];
return nil;
return result;
}

- (NSIndexPath *)indexPathWithItemView:(QMUIMoreOperationItemView *)itemView {
Expand Down

0 comments on commit 7e8f3e2

Please sign in to comment.