From f3c89b3ac5358662eb5485b9d49dec30e1f95b05 Mon Sep 17 00:00:00 2001 From: rebelonion <87634197+rebelonion@users.noreply.github.com> Date: Tue, 5 Mar 2024 02:30:56 -0600 Subject: [PATCH] chore: remove debug webview --- app/src/main/java/ani/dantotsu/profile/ProfileFragment.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/main/java/ani/dantotsu/profile/ProfileFragment.kt b/app/src/main/java/ani/dantotsu/profile/ProfileFragment.kt index 3356bd59..ecdbca5a 100644 --- a/app/src/main/java/ani/dantotsu/profile/ProfileFragment.kt +++ b/app/src/main/java/ani/dantotsu/profile/ProfileFragment.kt @@ -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,