This commit is contained in:
Milos Kozak 2019-04-03 16:53:34 +02:00
parent ec93045d84
commit f4b2a88862

View file

@ -419,7 +419,7 @@ public class DatabaseHelper extends OrmLiteSqliteOpenHelper {
/*
* Return last BgReading from database or null if db is empty
*/
@NullablecreateTemptargetFromJsonIfNotExists
@Nullable
public static BgReading lastBg() {
List<BgReading> bgList = IobCobCalculatorPlugin.getPlugin().getBgReadings();