From 8d6a5a26d64c3bfb458dc661ba728570e71eb880 Mon Sep 17 00:00:00 2001 From: wutschel Date: Fri, 7 Jan 2022 16:00:11 +0100 Subject: [PATCH] fixup: magnifier lens --- XBMC Remote/DetailViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XBMC Remote/DetailViewController.m b/XBMC Remote/DetailViewController.m index e940cc1cb..98e3fcb84 100644 --- a/XBMC Remote/DetailViewController.m +++ b/XBMC Remote/DetailViewController.m @@ -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];