mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-23 18:51:51 +01:00
Fix error with building
This commit is contained in:
parent
babb6061e0
commit
a7e000d159
@ -79,7 +79,7 @@ open class WebViewActivity : BaseWebViewActivity() {
|
||||
|
||||
override fun onPageCommitVisible(view: WebView?, url: String?) {
|
||||
super.onPageCommitVisible(view, url)
|
||||
binding.nestedView.scrollTo(0, 0)
|
||||
binding.webview.scrollTo(0, 0)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user