mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Bump to somewhat newer version of Compose BOM
This commit is contained in:
		| @@ -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) } | ||||
|                 } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user