Fixed layout not reacting to nested scroll on su screen

This commit is contained in:
Viktor De Pasquale 2020-03-01 13:30:22 +01:00 committed by John Wu
parent 88d917b662
commit 409cb06ea0

View File

@ -25,7 +25,6 @@
goneUnless="@{viewModel.loaded || !viewModel.items.empty}"
itemBinding="@{viewModel.itemBinding}"
items="@{viewModel.items}"
nestedScrollingEnabled="@{false}"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"