Skip to content

Commit fbbc669

Browse files
committed
fixup: immediate chnage of view mode button
1 parent 2baf420 commit fbbc669

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

XBMC Remote/DetailViewController.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6126,6 +6126,7 @@ - (void)handleChangeLibraryView {
61266126
NSString *viewKey = [NSString stringWithFormat:@"%@_grid_preference", [self getCacheKey:methods[@"method"] parameters:tempDict]];
61276127
NSUserDefaults *userDefaults = [NSUserDefaults standardUserDefaults];
61286128
[userDefaults setBool:![userDefaults boolForKey:viewKey] forKey:viewKey];
6129+
[self setGridListButtonImage:!enableCollectionView];
61296130
[UIView animateWithDuration:0.2
61306131
delay:0.0
61316132
options:UIViewAnimationOptionCurveEaseIn

0 commit comments

Comments
 (0)