Skip to content

Commit

Permalink
Fixed scrolling issue on focused view.
Browse files Browse the repository at this point in the history
  • Loading branch information
anikiki committed Dec 30, 2024
1 parent 239c0dd commit c60cd53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/fragment_browser_tab.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
android:background="?attr/daxColorSurface"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_scrollFlags="noScroll"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />

<include
Expand Down

0 comments on commit c60cd53

Please sign in to comment.