mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
GroupsDataSource: Hide beta announce banner for the moment.
This commit is contained in:
@@ -31,7 +31,9 @@
|
||||
self = [super initWithMatrixSession:matrixSession];
|
||||
if (self)
|
||||
{
|
||||
_showBetaAnnounce = !RiotSettings.shared.hideSpaceBetaAnnounce;
|
||||
// TODO: Hide the banner for the moment. Wait for iterations on it.
|
||||
// _showBetaAnnounce = !RiotSettings.shared.hideSpaceBetaAnnounce;
|
||||
_showBetaAnnounce = NO;
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user