fix: sticky profile fragment

This commit is contained in:
rebelonion 2024-03-18 09:53:54 -05:00
parent 3e84cfe09a
commit 3434aa9744

View file

@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:nestedScrollingEnabled="true"
android:scrollbars="none"
android:layout_width="match_parent"
android:layout_height="match_parent">
@ -360,4 +359,4 @@
tools:orientation="horizontal" />
</LinearLayout>
</LinearLayout>
</ScrollView>
</androidx.core.widget.NestedScrollView>