mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2024-12-25 15:52:26 +01:00
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;
|
mEndTS = 0;
|
||||||
mTitle = "";
|
mTitle = "";
|
||||||
mDescription = "";
|
mDescription = "";
|
||||||
mReminderMinutes = -1;
|
mReminderMinutes = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Event(int id, int startTS, int endTS, String title, String description, int reminerMinutes) {
|
public Event(int id, int startTS, int endTS, String title, String description, int reminerMinutes) {
|
||||||
|
Loading…
Reference in New Issue
Block a user