mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
[merge] Never show Element's release notes
Change-Id: I37d761d7602c16511c907a7d41e09c42c880afb6
This commit is contained in:
parent
4e5b89dbd0
commit
00e5853081
1 changed files with 3 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue