优化
This commit is contained in:
@@ -483,10 +483,10 @@ class ReadRssActivity : VMBaseActivity<ActivityRssReadBinding, ReadRssViewModel>
|
|||||||
}.toString()
|
}.toString()
|
||||||
}
|
}
|
||||||
}.onFailure {
|
}.onFailure {
|
||||||
AppLog.put("${source.getKey()}: url跳转拦截js出错", it)
|
AppLog.put("${source.getTag()}: url跳转拦截js出错", it)
|
||||||
}.getOrNull()
|
}.getOrNull()
|
||||||
if (SystemClock.uptimeMillis() - t > 30) {
|
if (SystemClock.uptimeMillis() - t > 30) {
|
||||||
AppLog.put("${source.getKey()}: url跳转拦截js执行耗时过长")
|
AppLog.put("${source.getTag()}: url跳转拦截js执行耗时过长")
|
||||||
}
|
}
|
||||||
if (result.isTrue()) {
|
if (result.isTrue()) {
|
||||||
return true
|
return true
|
||||||
|
|||||||
Reference in New Issue
Block a user