Skip to content

Commit

Permalink
disable the W icon popover until re-implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
joewalsh committed Dec 15, 2017
1 parent 81aa143 commit cd654c8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Wikipedia/Code/WMFArticleViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cd654c8

Please sign in to comment.