Commit bf55de0f authored by wanglei's avatar wanglei

...

parent c33f644c
......@@ -179,8 +179,9 @@ class MainActivity : BaseActivity<ActivityMain2Binding>(), MainView {
return
}
val restUmpCount = AppPreferences.getInstance().getString("restUmpCount", "50").toInt()
//ump请求重置
if (mainStartTimes % 30 == 0) {
if (mainStartTimes % restUmpCount == 0) {
UmpUtils.umpCalled = false
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment