mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-19 04:49:17 +01:00
Release version manual update hotfix. (#283)
This commit is contained in:
parent
ff6eefe1c4
commit
97ee7b81af
@ -53,6 +53,7 @@ class SettingsAboutFragment : SettingsNestedFragment() {
|
|||||||
if (!BuildConfig.DEBUG && BuildConfig.INCLUDE_UPDATER) {
|
if (!BuildConfig.DEBUG && BuildConfig.INCLUDE_UPDATER) {
|
||||||
//Set onClickListener to check for new version
|
//Set onClickListener to check for new version
|
||||||
version.setOnPreferenceClickListener {
|
version.setOnPreferenceClickListener {
|
||||||
|
checkVersion()
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user