Fix exception on first normalize
This commit is contained in:
@@ -2147,7 +2147,9 @@ public class Sentence extends BookTreeNode implements Cacheable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void clearPeakGainPoints() {
|
public void clearPeakGainPoints() {
|
||||||
gainPoints.clear();
|
if (gainPoints != null) {
|
||||||
|
gainPoints.clear();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void autoAddPeakGainPoints() {
|
public void autoAddPeakGainPoints() {
|
||||||
|
|||||||
Reference in New Issue
Block a user