mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix: Forgor to put !
This commit is contained in:
parent
86b01a297f
commit
9ed12ef07c
1 changed files with 1 additions and 1 deletions
|
@ -806,7 +806,7 @@ class MangaDetailsController :
|
|||
}
|
||||
|
||||
private fun getHeader(): MangaHeaderHolder? {
|
||||
if (isBindingInitialized) return null
|
||||
if (!isBindingInitialized) return null
|
||||
|
||||
return if (isTablet) {
|
||||
binding.tabletRecycler.findViewHolderForAdapterPosition(0) as? MangaHeaderHolder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue