1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-11 19:10:25 +08:00

v2.0.beta19

fix #25
修复
1. 阅览漫画导航栏异常
2. 下载页滚动异常
3. 竖向阅读加载时间过长
4. 获取图书信息有时失败(fix #26)
This commit is contained in:
源文雨
2023-09-05 14:40:35 +08:00
parent 49b3f7a1c7
commit 0e5547d586
14 changed files with 69 additions and 31 deletions

View File

@@ -3,4 +3,4 @@
android:id="@+id/mylv"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/global_content_padding_bottom"/>
android:nestedScrollingEnabled="true" />