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