Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad Mihaylenko <vxmihaylenko@gmail.com>2017-06-01 14:59:55 +0300
committerGitHub <noreply@github.com>2017-06-01 14:59:55 +0300
commit0be6252b2d6a28e0ae9901b1b34732a2e39c17a7 (patch)
treef0fd80547c48455bd57176ef1d3c1f8c2e9c40b4
parent1cfed169317e3dfe249dd631937e358ee2bc8f8d (diff)
parent9502cb5911167c855b902a2b3e6ccaa9a4676418 (diff)
Merge pull request #6173 from igrechuhin/MAPSME-4640beta-840
[MAPSME-4640] [ios] Fixed SFSafariViewController bottom buttons color…
-rw-r--r--iphone/Maps/Classes/MapsAppDelegate.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/MapsAppDelegate.mm b/iphone/Maps/Classes/MapsAppDelegate.mm
index 9375acd154..c081cef0de 100644
--- a/iphone/Maps/Classes/MapsAppDelegate.mm
+++ b/iphone/Maps/Classes/MapsAppDelegate.mm
@@ -739,7 +739,6 @@ using namespace osm_auth_ios;
NSForegroundColorAttributeName : [UIColor lightGrayColor],
}
forState:UIControlStateDisabled];
- barBtn.tintColor = [UIColor whitePrimaryText];
UIPageControl * pageControl = [UIPageControl appearance];
pageControl.pageIndicatorTintColor = [UIColor blackHintText];