Skip to content

Commit

Permalink
show source status false if getData failed
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleus-ffm committed Nov 6, 2021
1 parent dc074a3 commit a52b732
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/services/GetData.dart
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,10 @@ Future getData() async {
}
} catch (e) {
print("Error: " + e.toString());
dwdStatus = false;
mowasStatus = false;
biwappStatus = false;
katwarnStatus = false;
if (showStatusNotification) {
sendStatusUpdateNotification(false);
}
Expand Down

0 comments on commit a52b732

Please sign in to comment.