Dan Ballard pushed to branch firefox-android-115.2.1-13.5-1 at The Tor Project / Applications / firefox-android

Commits:

1 changed file:

Changes:

  • fenix/app/src/main/res/navigation/nav_graph.xml
    ... ... @@ -683,10 +683,6 @@
    683 683
                 app:exitAnim="@anim/slide_out_left"
    
    684 684
                 app:popEnterAnim="@anim/slide_in_left"
    
    685 685
                 app:popExitAnim="@anim/slide_out_right" />
    
    686
    -            app:enterAnim="@anim/slide_in_right"
    
    687
    -            app:exitAnim="@anim/slide_out_left"
    
    688
    -            app:popEnterAnim="@anim/slide_in_left"
    
    689
    -            app:popExitAnim="@anim/slide_out_right" />
    
    690 686
             <action
    
    691 687
                 android:id="@+id/action_settingsFragment_to_trackingProtectionFragment"
    
    692 688
                 app:destination="@id/trackingProtectionFragment"