fix#防止重复调用
This commit is contained in:
@@ -683,7 +683,8 @@ public class V2XRefreshModel {
|
||||
Logger.d("V2XRefreshModel:", "主页没有显示");
|
||||
return;
|
||||
}
|
||||
if (System.currentTimeMillis() - startTime < 1000 * 60) {
|
||||
if (System.currentTimeMillis() - startTime < 1000 * 10) {
|
||||
Logger.d("V2XRefreshModel:", "频繁调用");
|
||||
return;
|
||||
}
|
||||
startTime = System.currentTimeMillis();
|
||||
|
||||
Reference in New Issue
Block a user