Skip to content

Commit

Permalink
fixup: magnifier lens
Browse files Browse the repository at this point in the history
  • Loading branch information
wutschel committed Jan 7, 2022
1 parent ed8e939 commit 8d6a5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XBMC Remote/DetailViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ - (void)setCollectionViewIndexVisibility {
// Get the index titles
NSMutableArray *tmpArr = [[NSMutableArray alloc] initWithArray:self.sectionArray];
if (tmpArr.count > 1) {
[tmpArr replaceObjectAtIndex:0 withObject:[NSString stringWithUTF8String:"\xF0\x9F\x94\x8D"]];
[tmpArr replaceObjectAtIndex:0 withObject:@"🔍"];
}
self.indexView.indexTitles = [NSArray arrayWithArray:tmpArr];

Expand Down

0 comments on commit 8d6a5a2

Please sign in to comment.