Skip to content
Snippets Groups Projects
Commit 7c1cc539 authored by clairehurst's avatar clairehurst
Browse files

fixup! Enable the connect assist experiments on alpha

parent 5e60c209
Branches
Tags firefox-android-115.2.1-13.5-1-build6
1 merge request!48Bug 41188: Implement Android-native Connection Assist UI
......@@ -54,10 +54,7 @@ class TorBetaConnectionFeaturesFragment : Fragment() {
children.forEach { it.isEnabled = false }
}
} else {
// Do not enable the native UI until it is actually available.
// binding.enableBetaConnectionFeaturesModes.children.forEach { it.isEnabled = true }
binding.useNewBootstrapWithHtmlUiRadioButton.isEnabled = true
binding.useNewBootstrapWithNativeUiRadioButton.isEnabled = false
binding.enableBetaConnectionFeaturesModes.children.forEach { it.isEnabled = true }
}
}
......
......@@ -84,7 +84,6 @@
android:background="?android:attr/selectableItemBackground"
android:button="@null"
android:drawablePadding="@dimen/radio_button_preference_drawable_padding"
android:enabled="false"
android:paddingStart="@dimen/radio_button_preference_horizontal"
android:paddingTop="@dimen/radio_button_preference_vertical"
android:paddingEnd="@dimen/radio_button_preference_horizontal"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment