fix: 修复测试版开关重复点击表现异常
This commit is contained in:
parent
91873eac34
commit
44aecb68bc
|
|
@ -57,6 +57,7 @@ class AboutActivity : BaseActivity() {
|
||||||
toastShort(R.string.toast_ci_version_enabled)
|
toastShort(R.string.toast_ci_version_enabled)
|
||||||
appPreferences.checkCIUpdate = true
|
appPreferences.checkCIUpdate = true
|
||||||
}
|
}
|
||||||
|
clickCount = 0
|
||||||
}
|
}
|
||||||
lastClickTime = System.currentTimeMillis()
|
lastClickTime = System.currentTimeMillis()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue