GroupsDataSource: Hide beta announce banner for the moment.

This commit is contained in:
SBiOSoftWhare
2021-05-11 15:17:08 +02:00
parent 4f0e3f1df5
commit 7ea4c6514e
@@ -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;
}