remove "Failed to load data from MAL" toast (#151)

This commit is contained in:
Yutatsu 2024-01-22 03:26:22 +06:00 committed by GitHub
parent 25372d5251
commit f562e7d7cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,7 +50,7 @@ object MalScraper {
} }
} }
} catch (e: Exception) { } 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))
} }
} }
} }