Less annoying Nightly dialog.

This commit is contained in:
Benoit Marty 2022-07-25 11:18:53 +02:00
parent a06dc55848
commit cc0c9c262c
1 changed files with 3 additions and 1 deletions

View File

@ -537,7 +537,9 @@ class HomeActivity :
serverBackupStatusViewModel.refreshRemoteStateIfNeeded()
// Check nightly
nightlyProxy.updateIfNewReleaseAvailable()
if (isFirstCreation()) {
nightlyProxy.updateIfNewReleaseAvailable()
}
}
override fun getMenuRes() = R.menu.home