mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-19 16:53:55 +00:00
chore: remove debug webview
This commit is contained in:
@@ -7,7 +7,6 @@ import android.view.LayoutInflater
|
||||
import android.view.View
|
||||
import android.view.ViewGroup
|
||||
import android.view.animation.LayoutAnimationController
|
||||
import android.webkit.WebView
|
||||
import androidx.core.content.ContextCompat
|
||||
import androidx.fragment.app.Fragment
|
||||
import androidx.fragment.app.activityViewModels
|
||||
@@ -64,7 +63,6 @@ class ProfileFragment() : Fragment() {
|
||||
binding.profileUserBio.settings.loadWithOverviewMode = true
|
||||
binding.profileUserBio.settings.useWideViewPort = true
|
||||
binding.profileUserBio.settings.javaScriptEnabled = true
|
||||
WebView.setWebContentsDebuggingEnabled(true)
|
||||
binding.profileUserBio.setInitialScale(1)
|
||||
binding.profileUserBio.loadDataWithBaseURL(
|
||||
null,
|
||||
|
||||
Reference in New Issue
Block a user