Skip to content

Commit

Permalink
remove cacheMode for swap webview (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorokin0andrey authored Dec 17, 2024
1 parent a5f07dc commit f663513
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ class SwapScreen(wallet: WalletEntity): WalletContextScreen(R.layout.fragment_sw
webView = view.findViewById(R.id.web)
webView.addCallback(webViewCallback)
webView.clipToPadding = false
webView.settings.cacheMode = WebSettings.LOAD_CACHE_ELSE_NETWORK
webView.applyNavBottomPadding(requireContext().getDimensionPixelSize(uikit.R.dimen.offsetMedium))
webView.loadUrl(getUri().toString())
webView.jsBridge = StonfiBridge2(
Expand Down

0 comments on commit f663513

Please sign in to comment.