Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Oct 9, 2022
1 parent b099b81 commit 42b37d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/io/legado/app/help/config/AppConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ object AppConfig : SharedPreferences.OnSharedPreferenceChangeListener {

var sourceEditMaxLine: Int
get() {
val maxLine = appCtx.getPrefInt(PreferKey.sourceEditMaxLine, Int.MAX_VALUE)
val maxLine = appCtx.getPrefInt(PreferKey.sourceEditMaxLine, 99)
if (maxLine < 10) {
return 99
}
Expand Down

0 comments on commit 42b37d9

Please sign in to comment.