Fix showing error view in timetable (#1472)

This commit is contained in:
Mikołaj Pich
2021-09-04 15:54:05 +02:00
committed by GitHub
parent c3adb9b6d6
commit 8d7b611c44
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ class TimetableFragment : BaseFragment<FragmentTimetableBinding>(R.layout.fragme
override val titleStringId get() = R.string.timetable_title
override val isViewEmpty get() = timetableAdapter.itemCount > 0
override val isViewEmpty get() = timetableAdapter.itemCount == 0
override val currentStackSize get() = (activity as? MainActivity)?.currentStackSize