This commit is contained in:
Horis
2025-02-02 15:58:43 +08:00
parent 03132e5b16
commit e1454e1405
2 changed files with 2 additions and 5 deletions
@@ -501,9 +501,6 @@ class BookInfoActivity :
refreshLayout.isRefreshing = false
refreshBook()
}
refreshLayout?.setOnChildScrollUpCallback { _, target ->
target!!.canScrollVertically(-1) || tvIntro.hasSelection()
}
}
private fun setSourceVariable() {
@@ -35,7 +35,7 @@
android:layout_height="0dp"
android:layout_weight="1">
<ScrollView
<androidx.core.widget.NestedScrollView
android:id="@+id/scroll_view"
android:layout_width="match_parent"
android:layout_height="0dp"
@@ -374,7 +374,7 @@
</LinearLayout>
</ScrollView>
</androidx.core.widget.NestedScrollView>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>