Disable share profile banner

This commit is contained in:
Niels Andriesse 2019-10-23 10:51:06 +11:00
parent 2ce4f03136
commit e945541315
1 changed files with 2 additions and 0 deletions

View File

@ -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