Skip to content

Commit ba9d708

Browse files
committed
1.3
1 parent 9a601e2 commit ba9d708

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/src/main/java/com/spr/selfcheck/TodoRecord.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ public TodoRecord(String date, String dateStamp, String recipient, boolean check
2222
name = "SPR-Kirppis Android App";
2323
}
2424

25+
public TodoRecord() {
26+
27+
}
28+
2529
public String getDate() {
2630
return date;
2731
}

0 commit comments

Comments
 (0)