diff --git a/Sources/AppIconOptionsController.m b/Sources/AppIconOptionsController.m index 2662d25..daf2f37 100644 --- a/Sources/AppIconOptionsController.m +++ b/Sources/AppIconOptionsController.m @@ -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];