Fix bug while checking if anything was changed
This commit is contained in:
parent
110250cf29
commit
61f30cd5d6
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ class EventActivity : SimpleActivity() {
|
|||
val reminders = getReminders()
|
||||
if (event_title.value != mEvent.title ||
|
||||
event_location.value != mEvent.location ||
|
||||
event_description.value != mEvent.location ||
|
||||
event_description.value != mEvent.description ||
|
||||
newStartTS != mEvent.startTS ||
|
||||
newEndTS != mEvent.endTS ||
|
||||
event_time_zone.text != mEvent.getTimeZoneString() ||
|
||||
|
|
Loading…
Reference in a new issue