Disable share profile banner

pull/570/head
Niels Andriesse 6 years ago
parent 2ce4f03136
commit e945541315

@ -1012,6 +1012,7 @@ typedef enum : NSUInteger {
return; return;
} }
/*
if ([ThreadUtil shouldShowGroupProfileBannerInThread:self.thread blockingManager:self.blockingManager]) { if ([ThreadUtil shouldShowGroupProfileBannerInThread:self.thread blockingManager:self.blockingManager]) {
[self createBannerWithTitle: [self createBannerWithTitle:
NSLocalizedString(@"MESSAGES_VIEW_GROUP_PROFILE_WHITELIST_BANNER", NSLocalizedString(@"MESSAGES_VIEW_GROUP_PROFILE_WHITELIST_BANNER",
@ -1020,6 +1021,7 @@ typedef enum : NSUInteger {
tapSelector:@selector(groupProfileWhitelistBannerWasTapped:)]; tapSelector:@selector(groupProfileWhitelistBannerWasTapped:)];
return; return;
} }
*/
} }
- (void)createBannerWithTitle:(NSString *)title bannerColor:(UIColor *)bannerColor tapSelector:(SEL)tapSelector - (void)createBannerWithTitle:(NSString *)title bannerColor:(UIColor *)bannerColor tapSelector:(SEL)tapSelector

Loading…
Cancel
Save