diff --git a/app/src/main/res/layout/activity_rss_source_edit.xml b/app/src/main/res/layout/activity_rss_source_edit.xml index 6ac49b7c9..eecc0f915 100644 --- a/app/src/main/res/layout/activity_rss_source_edit.xml +++ b/app/src/main/res/layout/activity_rss_source_edit.xml @@ -68,7 +68,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:clipToPadding="false" - app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" + app:layoutManager="io.legado.app.ui.widget.recycler.NoChildScrollLinearLayoutManager" tools:listitem="@layout/item_source_edit" /> \ No newline at end of file