Updated on 2026-08-14
This commit is contained in:
parent
2c593eae50
commit
0580908dd2
3 changed files with 11 additions and 18 deletions
|
|
@ -2,6 +2,7 @@ package com.tangem.tap.features.disclaimer.ui
|
|||
|
||||
import android.os.Bundle
|
||||
import android.view.View
|
||||
import android.view.View.OVER_SCROLL_NEVER
|
||||
import androidx.transition.TransitionInflater
|
||||
import by.kirich1409.viewbindingdelegate.viewBinding
|
||||
import com.tangem.core.ui.fragments.setStatusBarColor
|
||||
|
|
@ -50,6 +51,7 @@ class DisclaimerFragment : BaseFragment(R.layout.fragment_disclaimer), StoreSubs
|
|||
webView.apply {
|
||||
settings.allowFileAccess = false
|
||||
settings.javaScriptEnabled = false
|
||||
overScrollMode = OVER_SCROLL_NEVER
|
||||
webViewClient = this@DisclaimerFragment.webViewClient
|
||||
}
|
||||
webView.hide()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue