Authored by Justin R. Miller

fix attribution display

@@ -2825,7 +2825,7 @@ @@ -2825,7 +2825,7 @@
2825 2825
2826 _attributionButton.autoresizingMask = UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleLeftMargin; 2826 _attributionButton.autoresizingMask = UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleLeftMargin;
2827 2827
2828 - [_attributionButton addTarget:self action:@selector(showAttribution:) forControlEvents:UIControlEventTouchUpInside]; 2828 + [_attributionButton addTarget:self action:@selector(showAttribution:) forControlEvents:UIControlEventTouchDown];
2829 2829
2830 _attributionButton.frame = CGRectMake(self.bounds.size.width - 30, 2830 _attributionButton.frame = CGRectMake(self.bounds.size.width - 30,
2831 self.bounds.size.height - 30, 2831 self.bounds.size.height - 30,