Fix bug while checking if anything was changed

This commit is contained in:
fnrngg 2020-06-08 15:39:29 +04:00
parent 110250cf29
commit 61f30cd5d6

View file

@ -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() ||