xd
This commit is contained in:
@ -83,7 +83,7 @@ class MediaProvider extends ChangeNotifier {
|
||||
debugPrint('Fehler beim Laden der Medien: $e');
|
||||
} finally {
|
||||
_isLoading = false;
|
||||
if(notify) notifyListeners();
|
||||
if (notify) notifyListeners();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user