mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-19 10:33:55 +00:00
fix: no need for update post
This commit is contained in:
@@ -51,7 +51,7 @@ android {
|
||||
}
|
||||
debug {
|
||||
applicationIdSuffix ".beta"
|
||||
versionNameSuffix "-beta03"
|
||||
versionNameSuffix "-beta04"
|
||||
manifestPlaceholders.icon_placeholder = "@mipmap/ic_launcher_beta"
|
||||
manifestPlaceholders.icon_placeholder_round = "@mipmap/ic_launcher_beta_round"
|
||||
debuggable false
|
||||
|
||||
@@ -108,7 +108,7 @@ class AnilistHomeViewModel : ViewModel() {
|
||||
if (!BuildConfig.FLAVOR.contains("fdroid")) {
|
||||
if (PrefManager.getVal(PrefName.CheckUpdate))
|
||||
context.lifecycleScope.launch(Dispatchers.IO) {
|
||||
AppUpdater.check(context, true)
|
||||
AppUpdater.check(context, false)
|
||||
}
|
||||
}
|
||||
val ret = Anilist.query.getGenresAndTags()
|
||||
|
||||
Reference in New Issue
Block a user