forked from github/wulkanowy-mirror
Fix showing error view in timetable (#1472)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user