mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 01:55:09 +01:00
Don't show SourceNotInstalledException name in error snackbar
This commit is contained in:
parent
29aee68ec7
commit
3c16082636
@ -1059,6 +1059,6 @@ val chapterDecimalFormat = DecimalFormat(
|
||||
private val Throwable.snackbarMessage: String
|
||||
get() = when (val className = this::class.simpleName) {
|
||||
null -> message ?: ""
|
||||
"Exception", "HttpException", "IOException" -> message ?: className
|
||||
"Exception", "HttpException", "IOException", "SourceNotInstalledException" -> message ?: className
|
||||
else -> "$className: $message"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user