Authored by Justin R. Miller

refs #121: fix touch event for attribution button

@@ -3275,7 +3275,7 @@ @@ -3275,7 +3275,7 @@
3275 3275
3276 _attributionButton.autoresizingMask = UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleLeftMargin; 3276 _attributionButton.autoresizingMask = UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleLeftMargin;
3277 3277
3278 - [_attributionButton addTarget:self action:@selector(showAttribution:) forControlEvents:UIControlEventTouchDown]; 3278 + [_attributionButton addTarget:self action:@selector(showAttribution:) forControlEvents:UIControlEventTouchUpInside];
3279 3279
3280 _attributionButton.frame = CGRectMake(self.bounds.size.width - 30, 3280 _attributionButton.frame = CGRectMake(self.bounds.size.width - 30,
3281 self.bounds.size.height - 30, 3281 self.bounds.size.height - 30,