We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2baf420 commit fbbc669Copy full SHA for fbbc669
1 file changed
XBMC Remote/DetailViewController.m
@@ -6126,6 +6126,7 @@ - (void)handleChangeLibraryView {
6126
NSString *viewKey = [NSString stringWithFormat:@"%@_grid_preference", [self getCacheKey:methods[@"method"] parameters:tempDict]];
6127
NSUserDefaults *userDefaults = [NSUserDefaults standardUserDefaults];
6128
[userDefaults setBool:![userDefaults boolForKey:viewKey] forKey:viewKey];
6129
+ [self setGridListButtonImage:!enableCollectionView];
6130
[UIView animateWithDuration:0.2
6131
delay:0.0
6132
options:UIViewAnimationOptionCurveEaseIn
0 commit comments