Disable share profile banner

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

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

Loading…
Cancel
Save