Update AppIconOptionsController.m

This commit is contained in:
arichornlover 2024-04-15 20:01:14 -05:00 committed by GitHub
parent f394603366
commit e827640668
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,7 +66,7 @@
if (!cell) {
cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:@"Cell"];
}
[self sortedAppIcons]
[self sortedAppIcons];
NSString *iconPath = self.appIcons[indexPath.row];
cell.textLabel.text = [iconPath.lastPathComponent stringByDeletingPathExtension];