Update EventListFragment.kt
This commit is contained in:
parent
ca963765e6
commit
78f0ea9832
|
@ -252,7 +252,5 @@ class EventListFragment : MyFragmentHolder(), RefreshRecyclerViewListener {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun getCurrentDate(): DateTime? {
|
override fun getCurrentDate() = null
|
||||||
return null
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue