Skip to content

Commit

Permalink
proxy: support for http proxy across all android versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainmohd-a committed Oct 12, 2024
1 parent 8c9d2c7 commit 6a6b030
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -415,10 +415,6 @@ class ProxySettingsActivity : AppCompatActivity(R.layout.fragment_proxy_configur
}

private fun displayHttpProxyUi() {
if (!isAtleastQ()) {
b.settingsActivityHttpProxyContainer.visibility = View.GONE
return
}
val isCustomHttpProxyEnabled = appConfig.isCustomHttpProxyEnabled()
b.settingsActivityHttpProxyContainer.visibility = View.VISIBLE
b.settingsActivityHttpProxySwitch.isChecked = isCustomHttpProxyEnabled
Expand Down

0 comments on commit 6a6b030

Please sign in to comment.