MESSENGER-3675 remove message bubbles from prod build, make them setable on beta build

This commit is contained in:
Frank Rotermund
2022-10-05 14:44:04 +02:00
parent e205a1f8ca
commit f67f40dec9
7 changed files with 15 additions and 5 deletions
@@ -131,7 +131,7 @@
FeatureBannerVisibilityService *service = [[FeatureBannerVisibilityService alloc] initWithMxSession:session];
[service isUnreadWithVersion:version completion:^(BOOL unread) {
if (unread) {
[bannerControllers addObject:[[FeatureBannerViewController alloc] initWithSession:session version:version]];
//[bannerControllers addObject:[[FeatureBannerViewController alloc] initWithSession:session version:version]];
self->topBannerViewController = [[TopBannerViewController alloc] initWithControllers: bannerControllers];