mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-29 00:41:03 +00:00
remove "Failed to load data from MAL" toast (#151)
This commit is contained in:
@@ -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))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user