Update EventListFragment.kt

This commit is contained in:
Tibor Kaputa 2021-12-20 20:42:20 +01:00 committed by GitHub
parent ca963765e6
commit 78f0ea9832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -252,7 +252,5 @@ class EventListFragment : MyFragmentHolder(), RefreshRecyclerViewListener {
}
}
override fun getCurrentDate(): DateTime? {
return null
}
override fun getCurrentDate() = null
}