Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
优化卡顿问题
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuecanzhu committed Jun 2, 2021
1 parent 6ad693b commit 21141f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/main/assets/updatelog.fy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
风月读书v2.0.6
更新内容:
1、优化书架书籍过多时应用卡顿的问题
2、优化更新书籍时应用卡顿的问题
2、优化更新书籍时应用卡顿的问题(如更新速度过慢可前往[设置-线程设置]调大更新/搜索线程即可)
3、阅读记录支持备份/恢复
4、修复阅读时切换后台记录异常的问题
5、私密书籍不保存阅读记录
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ public void onSelectAll(boolean isSelectAll) {

});
MyAlertDialog.build(this)
.setTitle("搜索线程数")
.setTitle(R.string.thread_num)
.setView(view)
.setPositiveButton("确定", (dialog, which) -> {
threadNum = threadPick.getValue();
Expand Down
4 changes: 2 additions & 2 deletions app/version_code.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Tue Jun 01 21:40:04 CST 2021
VERSION_CODE=205
#Wed Jun 02 20:55:52 CST 2021
VERSION_CODE=206

0 comments on commit 21141f1

Please sign in to comment.