Matthew Finkel pushed to branch android-components-57.0.6-10.0-2 at The Tor Project / Applications / android-components

Commits:

2 changed files:

Changes:

  • components/feature/addons/src/main/res/layout/mozac_feature_addons_fragment_dialog_addon_installed.xml
    ... ... @@ -63,6 +63,7 @@
    63 63
             />
    
    64 64
     
    
    65 65
         <androidx.appcompat.widget.AppCompatCheckBox
    
    66
    +        android:visibility="gone"
    
    66 67
             android:id="@+id/allow_in_private_browsing"
    
    67 68
             android:layout_width="wrap_content"
    
    68 69
             android:layout_height="wrap_content"
    

  • samples/browser/src/main/res/layout/activity_installed_add_on_details.xml
    ... ... @@ -70,6 +70,7 @@
    70 70
                     app:drawableStartCompat="@drawable/mozac_ic_permissions" />
    
    71 71
     
    
    72 72
             <Switch
    
    73
    +            android:visibility="gone"
    
    73 74
                 android:id="@+id/allow_in_private_browsing_switch"
    
    74 75
                 android:layout_width="match_parent"
    
    75 76
                 android:layout_height="wrap_content"