diff --git a/Wikipedia/Code/WMFArticleViewController.m b/Wikipedia/Code/WMFArticleViewController.m index e472225b59..0e845e60d1 100644 --- a/Wikipedia/Code/WMFArticleViewController.m +++ b/Wikipedia/Code/WMFArticleViewController.m @@ -1869,11 +1869,12 @@ - (NSString *)analyticsName { #pragma mark - One-time toolbar item popover tips - (BOOL)shouldShowWIconPopover { - if (!self.navigationController || [[NSUserDefaults standardUserDefaults] wmf_didShowWIconPopover]) { - return NO; - } else { - return YES; - } + return NO; + // if (!self.navigationController || [[NSUserDefaults standardUserDefaults] wmf_didShowWIconPopover]) { + // return NO; + // } else { + // return YES; + // } } - (void)showWIconPopoverIfNecessary { @@ -1886,9 +1887,6 @@ - (void)showWIconPopoverIfNecessary { - (void)cancelWIconPopoverDisplay { [NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(showWIconPopover) object:nil]; - if (self.presentedViewController) { - [self dismissViewControllerAnimated:NO completion:NULL]; - } } - (void)showWIconPopover {