Possible pathfinder error fix
This commit is contained in:
@@ -1572,9 +1572,11 @@ public class ControlPathfinder implements Runnable{
|
|||||||
}
|
}
|
||||||
|
|
||||||
//each update time (not total!) no longer than maxUpdate
|
//each update time (not total!) no longer than maxUpdate
|
||||||
for(FieldCache cache : fields.values()){
|
fields.eachValue(cache -> {
|
||||||
updateFields(cache, maxUpdate);
|
if(cache != null){
|
||||||
}
|
updateFields(cache, maxUpdate);
|
||||||
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
try{
|
try{
|
||||||
@@ -1584,7 +1586,7 @@ public class ControlPathfinder implements Runnable{
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}catch(Throwable e){
|
}catch(Throwable e){
|
||||||
e.printStackTrace();
|
Log.err(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ org.gradle.caching=true
|
|||||||
org.gradle.internal.http.socketTimeout=100000
|
org.gradle.internal.http.socketTimeout=100000
|
||||||
org.gradle.internal.http.connectionTimeout=100000
|
org.gradle.internal.http.connectionTimeout=100000
|
||||||
android.enableR8.fullMode=false
|
android.enableR8.fullMode=false
|
||||||
archash=aa4a6cd37c
|
archash=f3b1dc4a13
|
||||||
|
|||||||
Reference in New Issue
Block a user