Remove kill switch changes

This commit is contained in:
deeppandya
2024-06-06 00:37:23 -04:00
parent b150947c25
commit a99f6f33ff
7 changed files with 6 additions and 83 deletions
@@ -54,16 +54,5 @@
android:textAllCaps="false"
android:text="@string/kill_switch_action_text"
android:textColor="@android:color/white" />
<TextView
android:id="@+id/kill_switch_desc_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:visibility="gone"
style="@style/DefaultRegular"
android:layout_marginHorizontal="16dp"
android:textColor="@color/text_secondary"
android:text="@string/kill_switch_text"
android:gravity="center_horizontal"/>
</LinearLayout>
</ScrollView>
@@ -48,10 +48,6 @@
android:key="always_on"
android:title="@string/always_on_vpn"/>
<org.chromium.components.browser_ui.settings.ChromeBasePreference
android:key="kill_switch"
android:title="@string/kill_switch"/>
<org.chromium.components.browser_ui.settings.ChromeBasePreference
android:key="split_tunneling"
android:title="@string/split_tunneling"/>