Cache reading issues fix

This commit is contained in:
Yegor Vialov
2020-05-06 17:51:06 +00:00
parent 3d828914cc
commit 90105c3b09
2 changed files with 25 additions and 15 deletions

View File

@ -54,7 +54,7 @@ class _EntityHistoryWidgetState extends State<EntityHistoryWidget> {
});
}
}).catchError((e) {
Logger.e("Error loading $entityId history: $e");
Logger.e("Error loading $entityId history: $e", skipCrashlytics: true);
if (!_disposed) {
setState(() {
_history = [];