Closes #4040 - Remove NestedScrollView from Bookmark Layout

nightly-build-test
ekager 5 years ago committed by Emily Kager
parent 458632f4bf
commit 3fb20aea6a

@ -7,13 +7,10 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="org.mozilla.fenix.library.bookmarks.BookmarkFragment">
<androidx.core.widget.NestedScrollView
<LinearLayout
android:id="@+id/bookmark_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:id="@+id/bookmark_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" />
</androidx.core.widget.NestedScrollView>
android:layout_height="match_parent"
android:orientation="vertical" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>

Loading…
Cancel
Save