Use "skip" not "stop" in profile upgrade nag.

// FREEBIE
pull/1/head
Matthew Chen 7 years ago
parent 43db34c998
commit 3d0300242a

@ -334,11 +334,6 @@ NSString *const kProfileView_LastPresentedDate = @"kProfileView_LastPresentedDat
}
break;
case ProfileViewMode_UpgradeOrNag:
self.navigationItem.leftBarButtonItem =
[[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemStop
target:self
action:@selector(backOrSkipButtonPressed)];
break;
case ProfileViewMode_Registration:
self.navigationItem.hidesBackButton = YES;
self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc]

Loading…
Cancel
Save