1
0
mirror of https://github.com/topjohnwu/Magisk.git synced 2025-04-23 00:11:32 +00:00

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

@ -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"