summaryrefslogtreecommitdiff
path: root/CyteKit/WebViewController.mm
diff options
context:
space:
mode:
Diffstat (limited to 'CyteKit/WebViewController.mm')
-rw-r--r--CyteKit/WebViewController.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/CyteKit/WebViewController.mm b/CyteKit/WebViewController.mm
index c2f280c..41ffd1e 100644
--- a/CyteKit/WebViewController.mm
+++ b/CyteKit/WebViewController.mm
@@ -701,7 +701,7 @@ float CYScrollViewDecelerationRateNormal;
else if (button == (UIBarButtonItem *) [NSNull null])
button = nil;
- [[self navigationItem] setRightBarButtonItem:button];
+ [[self navigationItem] setRightBarButtonItem:button animated:YES];
}
}