[fenix] No issue: Removes settings entrance animation for now (https://github.com/mozilla-mobile/fenix/pull/9443)

pull/600/head
Sawyer Blatz 4 years ago committed by GitHub
parent 2b725c6345
commit 058e6b3e9f

@ -90,10 +90,6 @@
app:destination="@id/historyFragment" />
<action
android:id="@+id/action_homeFragment_to_settingsFragment"
app:enterAnim="@anim/fade_in_up"
app:exitAnim="@anim/fade_out"
app:popExitAnim="@anim/fade_out_down"
app:popEnterAnim="@anim/fade_in"
app:destination="@id/settingsFragment" />
<action
android:id="@+id/action_homeFragment_to_createCollectionFragment"

Loading…
Cancel
Save