Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c9ced02 authored by Kasia Krejszeff's avatar Kasia Krejszeff Committed by Android (Google) Code Review
Browse files

Merge "Remove nested ScrollView in the PrivateSpaceEducation screen." into main

parents 5f63dd0f e0036fc8
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -24,10 +24,6 @@
    app:sucHeaderText="@string/private_space_setup_title"
    app:sudDescriptionText="@string/private_space_hide_apps_summary"
    android:icon="@drawable/ic_private_space_icon">
    <ScrollView
        android:id="@+id/main_clear_scrollview"
        android:layout_width="match_parent"
        android:layout_height="match_parent">
    <LinearLayout
        android:id="@+id/sud_layout_icon_container"
        style="@style/SudContentFrame"
@@ -124,5 +120,4 @@
                android:text="@string/private_space_learn_more_text"/>
        </RelativeLayout>
    </LinearLayout>
    </ScrollView>
</com.google.android.setupdesign.GlifLayout>