mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 11:17:25 +01:00
Formatting
This commit is contained in:
parent
372e500590
commit
1a52385b78
@ -38,7 +38,6 @@ interface Manga : SManga {
|
|||||||
fun getGenres(): List<String>? {
|
fun getGenres(): List<String>? {
|
||||||
if (genre.isNullOrBlank()) return null
|
if (genre.isNullOrBlank()) return null
|
||||||
return genre?.split(", ")?.map { it.trim() }?.filterNot { it.isBlank() }?.distinct()
|
return genre?.split(", ")?.map { it.trim() }?.filterNot { it.isBlank() }?.distinct()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun setChapterFlags(flag: Int, mask: Int) {
|
private fun setChapterFlags(flag: Int, mask: Int) {
|
||||||
|
Loading…
Reference in New Issue
Block a user