Bump to somewhat newer version of Compose BOM

(cherry picked from commit ce81b76150006b9b23ad5424d49c3de36fb8c090)
This commit is contained in:
arkon
2023-05-12 18:10:03 -04:00
committed by Jobobby04
parent cda8514b9b
commit e783649ee8
2 changed files with 4 additions and 4 deletions
@@ -114,7 +114,7 @@ fun WebViewScreenContent(
) { contentPadding ->
val webClient = remember {
object : AccompanistWebViewClient() {
override fun onPageStarted(view: WebView?, url: String?, favicon: Bitmap?) {
override fun onPageStarted(view: WebView, url: String?, favicon: Bitmap?) {
super.onPageStarted(view, url, favicon)
url?.let { onUrlChange(it) }
}