Lint
This commit is contained in:
@@ -100,7 +100,7 @@ class EhLoginActivity : BaseActivity() {
|
||||
let html = document.documentElement.innerHTML;
|
||||
return html.includes("/cdn-cgi/");
|
||||
})();
|
||||
""".trimIndent()
|
||||
""".trimIndent(),
|
||||
) { result ->
|
||||
val isCloudflareBlock = result == "true"
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@ class MigrateMangaUseCase(
|
||||
updatedChapter = updatedChapter.copy(
|
||||
dateFetch = prevChapter.dateFetch,
|
||||
bookmark = prevChapter.bookmark,
|
||||
lastPageRead = prevChapter.lastPageRead
|
||||
lastPageRead = prevChapter.lastPageRead,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user