mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Fixing dark theme activity background color.
This commit is contained in:
parent
625f89f00c
commit
3a9c3d7884
1 changed files with 1 additions and 1 deletions
|
@ -788,7 +788,7 @@
|
|||
// iOS 8+
|
||||
UIPopoverPresentationController *popPC = activityViewController.popoverPresentationController;
|
||||
popPC.permittedArrowDirections = UIPopoverArrowDirectionAny;
|
||||
popPC.backgroundColor = UIColorFromRGB(NEWSBLUR_WHITE_COLOR);
|
||||
popPC.backgroundColor = UIColorFromLightDarkRGB(NEWSBLUR_WHITE_COLOR, 0x707070);
|
||||
|
||||
if ([sender isKindOfClass:[UIBarButtonItem class]]) {
|
||||
popPC.barButtonItem = sender;
|
||||
|
|
Loading…
Add table
Reference in a new issue