mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 11:02:48 +02:00
MESSENGER-3675 remove message bubbles from prod build, make them setable on beta build
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user