fix: no need for update post
This commit is contained in:
parent
fda68a7ca2
commit
7fdd8d5d6e
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ android {
|
||||||
}
|
}
|
||||||
debug {
|
debug {
|
||||||
applicationIdSuffix ".beta"
|
applicationIdSuffix ".beta"
|
||||||
versionNameSuffix "-beta03"
|
versionNameSuffix "-beta04"
|
||||||
manifestPlaceholders.icon_placeholder = "@mipmap/ic_launcher_beta"
|
manifestPlaceholders.icon_placeholder = "@mipmap/ic_launcher_beta"
|
||||||
manifestPlaceholders.icon_placeholder_round = "@mipmap/ic_launcher_beta_round"
|
manifestPlaceholders.icon_placeholder_round = "@mipmap/ic_launcher_beta_round"
|
||||||
debuggable false
|
debuggable false
|
||||||
|
|
|
@ -108,7 +108,7 @@ class AnilistHomeViewModel : ViewModel() {
|
||||||
if (!BuildConfig.FLAVOR.contains("fdroid")) {
|
if (!BuildConfig.FLAVOR.contains("fdroid")) {
|
||||||
if (PrefManager.getVal(PrefName.CheckUpdate))
|
if (PrefManager.getVal(PrefName.CheckUpdate))
|
||||||
context.lifecycleScope.launch(Dispatchers.IO) {
|
context.lifecycleScope.launch(Dispatchers.IO) {
|
||||||
AppUpdater.check(context, true)
|
AppUpdater.check(context, false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
val ret = Anilist.query.getGenresAndTags()
|
val ret = Anilist.query.getGenresAndTags()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue