Skip to content
Snippets Groups Projects
Commit 496a888f authored by clairehurst's avatar clairehurst
Browse files

fixup! TB 40041 [android]: Implement Tor Network Settings

tor-browser#43329 [Android] Remove remaining traces of the old Bootstrap
parent e68b047e
Branches
Tags
1 merge request!1408[Android] Remove remaining traces of the old Bootstrap
......@@ -15,12 +15,6 @@
app:popUpTo="@id/startupFragment"
app:popUpToInclusive="true" />
<action
android:id="@+id/action_startup_torbootstrap"
app:destination="@id/torbootstrapFragment"
app:popUpTo="@id/startupFragment"
app:popUpToInclusive="true" />
<action
android:id="@+id/action_startup_tor_connection_assist"
app:destination="@+id/torConnectionAssistFragment"
......@@ -248,25 +242,6 @@
app:popExitAnim="@anim/slide_out_right" />
</fragment>
<fragment
android:id="@+id/torbootstrapFragment"
android:name="org.mozilla.fenix.tor.TorBootstrapFragment"
tools:layout="@layout/fragment_home">
<action
android:id="@+id/action_home"
app:destination="@id/homeFragment"
app:popUpTo="@id/torbootstrapFragment"
app:popUpToInclusive="true" />
<action
android:id="@+id/action_torbootstrapFragment_to_SettingsFragment"
app:destination="@id/settingsFragment"
app:enterAnim="@anim/slide_in_right"
app:exitAnim="@anim/slide_out_left"
app:popEnterAnim="@anim/slide_in_left"
app:popExitAnim="@anim/slide_out_right" />
</fragment>
<fragment
android:id="@+id/torConnectionAssistFragment"
android:name="org.mozilla.fenix.tor.TorConnectionAssistFragment"
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment