This commit is contained in:
lunaticbum 2024-09-07 16:12:05 +09:00
parent 7fe2cd5674
commit c393439a85

View File

@ -95,7 +95,7 @@ open class BaseWebContentsViewer {
webview.loadUrl(uri.toString().replace(it,last.pageUrl)) webview.loadUrl(uri.toString().replace(it,last.pageUrl))
} }
} catch (e : Exception) { } catch (e : Exception) {
webview.loadUrl(Booktoki.getLastedDoamin().plus("/").plus(last.pageUrl)) webview.loadUrl(Booktoki.getLastedDoamin().plus(last.pageUrl))
} }
} }