|
@@ -233,7 +233,8 @@
|
|
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) {
|
|
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) {
|
|
_tableView.separatorStyle = (_foundMedia.count > 0)? UITableViewCellSeparatorStyleSingleLine:
|
|
_tableView.separatorStyle = (_foundMedia.count > 0)? UITableViewCellSeparatorStyleSingleLine:
|
|
UITableViewCellSeparatorStyleNone;
|
|
UITableViewCellSeparatorStyleNone;
|
|
- }
|
|
|
|
|
|
+ } else
|
|
|
|
+ [self.collectionView.collectionViewLayout invalidateLayout];
|
|
}
|
|
}
|
|
|
|
|
|
- (void)libraryUpgradeComplete
|
|
- (void)libraryUpgradeComplete
|