mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Less annoying Nightly dialog.
This commit is contained in:
parent
a06dc55848
commit
cc0c9c262c
1 changed files with 3 additions and 1 deletions
|
@ -537,7 +537,9 @@ class HomeActivity :
|
|||
serverBackupStatusViewModel.refreshRemoteStateIfNeeded()
|
||||
|
||||
// Check nightly
|
||||
nightlyProxy.updateIfNewReleaseAvailable()
|
||||
if (isFirstCreation()) {
|
||||
nightlyProxy.updateIfNewReleaseAvailable()
|
||||
}
|
||||
}
|
||||
|
||||
override fun getMenuRes() = R.menu.home
|
||||
|
|
Loading…
Add table
Reference in a new issue