New bookmark image
This commit is contained in:
parent
0fe8d98538
commit
a3cfbd72e2
@ -480,7 +480,7 @@
|
||||
NSMutableDictionary *patterns = [NSMutableDictionary dictionaryWithDictionary:[tempModules dict: @"navigationPatterns"]];
|
||||
NSMutableDictionary *patternA = [NSMutableDictionary dictionaryWithDictionary:[patterns dict:@"A"]];
|
||||
NSMutableArray *additionalRightButtons = [NSMutableArray arrayWithArray:[patternA arrayForKey:@"additionalRightButtons"]];
|
||||
[additionalRightButtons insertObject:@{@"accessibilityText" : @"Bookmarks", @"moleculeName" : @"navigationImageButton", @"image" : @"star.fill", @"action" : @{
|
||||
[additionalRightButtons insertObject:@{@"accessibilityText" : @"Bookmarks", @"moleculeName" : @"navigationImageButton", @"image" : @"bookmark_filled", @"action" : @{
|
||||
@"analyticsData" : @{
|
||||
@"vzdl.page.linkName" : @"global monarch nav: vz icon"
|
||||
},
|
||||
|
||||
@ -518,11 +518,7 @@ static NSString * const STATIC_CACHE_COMPONENT = @"StaticCache.txt";
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
if (!image) {
|
||||
image = [UIImage systemImageNamed:imageName];
|
||||
}
|
||||
|
||||
|
||||
return image;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user