mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Improve logcat
This commit is contained in:
parent
806316cf51
commit
028fda3aed
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ class PagerPageHolder(
|
||||||
try {
|
try {
|
||||||
setBG(actualSource.peek().inputStream())
|
setBG(actualSource.peek().inputStream())
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
Logger.e { e.localizedMessage }
|
Logger.e(e) { e.localizedMessage?.toString() ?: "" }
|
||||||
ColorDrawable(Color.WHITE)
|
ColorDrawable(Color.WHITE)
|
||||||
}
|
}
|
||||||
setImage(actualSource, false, imageConfig)
|
setImage(actualSource, false, imageConfig)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue