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

Commit 64b09c45 authored by filiprrs's avatar filiprrs Committed by Chippa_a
Browse files

Settings: Migrate encryption settings xml to NestedScrollView

ScrollView doesn't play well with this usecase.

Change-Id: Ib7cb865717fcb75e7effaa07adb638d155dce18c
parent 750d0df0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
    android:paddingStart="@dimen/preference_no_icon_padding_start"
    android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
    android:orientation="vertical">
    <ScrollView
    <androidx.core.widget.NestedScrollView
        android:layout_width="match_parent"
        android:layout_height="0dip"
        android:layout_marginTop="16dp"
@@ -56,7 +56,7 @@
                android:text="@string/crypt_keeper_unplugged_text"
                android:visibility="gone" />
        </LinearLayout>
    </ScrollView>
    </androidx.core.widget.NestedScrollView>
    <Button
        android:id="@+id/initiate_encrypt"
        style="@style/ActionPrimaryButton"