removing some empty lines and a useless line

This commit is contained in:
Tibor Kaputa 2020-06-10 11:12:12 +02:00 committed by GitHub
parent 1fe19bd6e4
commit 37c2d0313f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -124,9 +124,6 @@ class EventActivity : SimpleActivity() {
}
}
private fun gotEvent(savedInstanceState: Bundle?, localEventType: EventType?, event: Event?) {
if (localEventType == null || localEventType.caldavCalendarId != 0) {
config.lastUsedLocalEventTypeId = REGULAR_EVENT_TYPE_ID
@ -244,7 +241,6 @@ class EventActivity : SimpleActivity() {
R.id.delete -> deleteEvent()
R.id.duplicate -> duplicateEvent()
R.id.share -> shareEvent()
android.R.id.home -> onBackPressed()
else -> return super.onOptionsItemSelected(item)
}
return true