Finish 2.7.34

This commit is contained in:
edwinQQQ
2025-04-02 11:04:07 +08:00
parent bc9a02802d
commit 0275decc7e
132 changed files with 1843 additions and 725 deletions

View File

@@ -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];
}
}