remove "Failed to load data from MAL" toast (#151)
This commit is contained in:
parent
25372d5251
commit
f562e7d7cf
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ object MalScraper {
|
|||
}
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
if (e is TimeoutCancellationException) snackString(currContext()?.getString(R.string.error_loading_mal_data))
|
||||
// if (e is TimeoutCancellationException) snackString(currContext()?.getString(R.string.error_loading_mal_data))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue