Finish 2.7.34
This commit is contained in:
@@ -547,7 +547,7 @@ typedef enum : NSUInteger {
|
||||
}];
|
||||
if (monentsInfos) {
|
||||
NSInteger section = [self.datasource indexOfObject:monentsInfo];
|
||||
[self.tableView reloadRowsAtIndexPaths:@[[NSIndexPath indexPathForRow:section inSection:1]] withRowAnimation:UITableViewRowAnimationNone];
|
||||
[self.tableView reloadRowsAtIndexPaths:@[[NSIndexPath indexPathForRow:section inSection:1]] withRowAnimation:UITableViewRowAnimationFade];
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user