pull/32/head
kunfei 5 years ago
parent 27f108f8e2
commit 452cbb0ab5
  1. 2
      app/src/main/java/io/legado/app/data/entities/Book.kt

@ -68,7 +68,7 @@ data class Book(
variableMap = if (isEmpty(variable)) {
HashMap()
} else {
GSON.fromJsonObject<HashMap<String, String>>(variable)
GSON.fromJsonObject(variable)
}
}
}

Loading…
Cancel
Save