Add default constructor values
This commit is contained in:
committed by
Koitharu
parent
bf1b8e8b75
commit
7b090c4ccd
@@ -46,7 +46,7 @@ class BookmarksSheetViewModel @Inject constructor(
|
||||
if (b.isNullOrEmpty()) {
|
||||
continue
|
||||
}
|
||||
result += ListHeader(chapter.name, 0, null)
|
||||
result += ListHeader(chapter.name)
|
||||
result.addAll(b)
|
||||
}
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user