Fix crash

master
Koitharu 2 years ago
parent d71514ec7a
commit 86c1aa11b0
Signed by: Koitharu
GPG Key ID: 676DEE768C17A9D7

@ -234,7 +234,7 @@ class ChaptersFragment :
}
override fun onSelectionChanged(controller: ListSelectionController, count: Int) {
requireViewBinding().recyclerViewChapters.invalidateItemDecorations()
viewBinding?.recyclerViewChapters?.invalidateItemDecorations()
}
override fun onWindowInsetsChanged(insets: Insets) = Unit

Loading…
Cancel
Save