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

Commit 69be2f28 authored by Alex Kershaw's avatar Alex Kershaw Committed by Android (Google) Code Review
Browse files

Merge "Fix scrolling bug with directory header when loading new tab" into rvc-dev

parents fcfc375b d5e21b03
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -30,8 +30,14 @@
        app:titleEnabled="false"
        app:layout_scrollFlags="scroll|enterAlways|enterAlwaysCollapsed">

        <androidx.core.widget.NestedScrollView
            android:layout_width="match_parent"
            android:layout_height="wrap_content">

            <include layout="@layout/directory_header"/>

        </androidx.core.widget.NestedScrollView>

        <View
            android:id="@+id/toolbar_background_layout"
            android:layout_width="match_parent"