finally fixed kreten error shit sdfadfsdfhsdfgh

This commit is contained in:
Kima 2023-10-08 16:55:06 +02:00
parent fd80aec51f
commit b19da9cb66

View File

@ -79,12 +79,12 @@ class StatusProvider extends ChangeNotifier {
}
}
if (res.body == "invalid_grant" ||
if (res.body == 'invalid_grant' ||
res.body.replaceAll(' ', '') == '' ||
(res.statusCode == 400 &&
res.request?.url.path == 'ellenorzo/V3/Sajat/TanuloAdatlap')) {
res.statusCode == 400) {
if (!_stack.contains(Status.apiError) &&
!_stack.contains(Status.network)) {
if (res.statusCode == 401) return;
_stack.insert(0, Status.apiError);
notifyListeners();
}