Skip to content

Commit

Permalink
[1.94.*] Pre-release merge (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
tramline-github[bot] authored Mar 6, 2024
2 parents 0a5adf9 + dca70b6 commit f3c7892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ stately = "2.0.6"
xmlutil = "0.86.3"
ktxml = "0.2.3"
uri = "0.0.16"
webview = "1.8.8"
webview = "1.9.0"
uuid = "0.8.2"
bugsnag-plugin = "8.1.0"
bugsnag = "6.2.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ internal fun ReaderScreen(presenter: ReaderPresenter, modifier: Modifier = Modif
val webViewState = rememberWebViewStateWithHTMLData(htmlTemplate)
webViewState.webSettings.apply {
this.backgroundColor = AppTheme.colorScheme.surfaceContainerLowest
this.supportZoom = false
}

Box(Modifier.fillMaxSize().padding(paddingValues).padding(horizontal = 16.dp)) {
Expand Down

0 comments on commit f3c7892

Please sign in to comment.