fixed timedata not storing title
This commit is contained in:
parent
4bcdb561be
commit
80d350ff85
@ -4,6 +4,7 @@ public class TimeData
|
|||||||
{
|
{
|
||||||
public TimeData(String title, long time)
|
public TimeData(String title, long time)
|
||||||
{
|
{
|
||||||
|
Title = title;
|
||||||
Started = time;
|
Started = time;
|
||||||
LastMarker = time;
|
LastMarker = time;
|
||||||
Total = 0L;
|
Total = 0L;
|
||||||
|
Loading…
Reference in New Issue
Block a user