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

View File

@@ -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))
}
}
}
}