Fix exception on first normalize

This commit is contained in:
2023-07-28 16:23:57 +01:00
parent da197c64c7
commit 091a62be2f

View File

@@ -2147,8 +2147,10 @@ public class Sentence extends BookTreeNode implements Cacheable {
}
public void clearPeakGainPoints() {
if (gainPoints != null) {
gainPoints.clear();
}
}
public void autoAddPeakGainPoints() {
long ts = System.currentTimeMillis();