This commit is contained in:
Eric House 2022-04-22 11:50:18 -07:00
parent 76299a34f9
commit 1883f83033

View file

@ -2086,7 +2086,7 @@ public class DBUtils {
cursor.close(); cursor.close();
} }
if ( null == result.fullSum ) { // force generation if ( null != result && null == result.fullSum ) { // force generation
result = null; result = null;
} }