Update Debug.kt

防止影响到调试功能
pull/1254/head
Jason Yao 3 years ago
parent 0531c88a6d
commit c7983b8d44
  1. 4
      app/src/main/java/io/legado/app/model/Debug.kt

@ -35,8 +35,8 @@ object Debug {
showTime: Boolean = true, showTime: Boolean = true,
state: Int = 1 state: Int = 1
) { ) {
if (AppConfig.checkSourceMessage) { if (AppConfig.checkSourceMessage && isChecking) {
if (isChecking && sourceUrl != null && (msg ?: "").length < 30) { if (sourceUrl != null && (msg ?: "").length < 30) {
var printMsg = msg ?: "" var printMsg = msg ?: ""
if (isHtml) { if (isHtml) {
printMsg = HtmlFormatter.format(msg) printMsg = HtmlFormatter.format(msg)

Loading…
Cancel
Save