fixed #18, set default reminder to At start
This commit is contained in:
parent
a32a1c71e5
commit
4cf07a8f3b
|
@ -17,7 +17,7 @@ public class Event implements Serializable {
|
|||
mEndTS = 0;
|
||||
mTitle = "";
|
||||
mDescription = "";
|
||||
mReminderMinutes = -1;
|
||||
mReminderMinutes = 0;
|
||||
}
|
||||
|
||||
public Event(int id, int startTS, int endTS, String title, String description, int reminerMinutes) {
|
||||
|
|
Loading…
Reference in New Issue