parent
262d246f31
commit
a5befc4d52
@ -1,7 +1,7 @@
|
|||||||
ext {
|
ext {
|
||||||
extName = 'Comick'
|
extName = 'Comick'
|
||||||
extClass = '.ComickFactory'
|
extClass = '.ComickFactory'
|
||||||
extVersionCode = 61
|
extVersionCode = 62
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -245,7 +245,6 @@ abstract class Comick(
|
|||||||
?.split("\n")
|
?.split("\n")
|
||||||
?.map(String::trim)
|
?.map(String::trim)
|
||||||
?.filter(String::isNotEmpty)
|
?.filter(String::isNotEmpty)
|
||||||
?.sorted()
|
|
||||||
.orEmpty()
|
.orEmpty()
|
||||||
.toSet()
|
.toSet()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user