Fixing dark theme activity background color.

This commit is contained in:
Samuel Clay 2017-05-10 17:26:18 -07:00
parent 625f89f00c
commit 3a9c3d7884

View file

@ -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;