[merge] Never show Element's release notes

Change-Id: I37d761d7602c16511c907a7d41e09c42c880afb6
This commit is contained in:
SpiritCroc 2022-09-23 16:30:44 +02:00
parent 4e5b89dbd0
commit 00e5853081

View File

@ -114,10 +114,11 @@ class HomeActivityViewModel @AssistedInject constructor(
checkSessionPushIsOn()
observeCrossSigningReset()
observeAnalytics()
observeReleaseNotes()
//observeReleaseNotes()
initThreadsMigration()
}
/*
private fun observeReleaseNotes() = withState { state ->
if (vectorPreferences.isNewAppLayoutEnabled()) {
// we don't want to show release notes for new users or after relogin
@ -135,6 +136,7 @@ class HomeActivityViewModel @AssistedInject constructor(
}
}
}
*/
private fun observeAnalytics() {
if (analyticsConfig.isEnabled) {