Matthew Finkel pushed to branch android-components-57.0.6-10.0-2 at The Tor Project / Applications / android-components
Commits:
-
f7f89b0b
by Alex Catarineu at 2020-10-01T18:31:11+02:00
-
8de106ba
by Matthew Finkel at 2020-10-01T18:01:21+00:00
2 changed files:
- components/feature/addons/src/main/res/layout/mozac_feature_addons_fragment_dialog_addon_installed.xml
- samples/browser/src/main/res/layout/activity_installed_add_on_details.xml
Changes:
... | ... | @@ -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"
|
... | ... | @@ -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"
|