Fix cases
This commit is contained in:
parent
3332b030ef
commit
8ee5c863d8
1 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ class SyncService {
|
|||
} on WiFiUnavailableError {
|
||||
_logger.warning("Not uploading over mobile data");
|
||||
Bus.instance.fire(
|
||||
SyncStatusUpdate(SyncStatus.paused, reason: "waiting for WiFi..."),
|
||||
SyncStatusUpdate(SyncStatus.paused, reason: "Waiting for WiFi..."),
|
||||
);
|
||||
} on SyncStopRequestedError {
|
||||
_syncStopRequested = false;
|
||||
|
@ -127,7 +127,7 @@ class SyncService {
|
|||
Bus.instance.fire(
|
||||
SyncStatusUpdate(
|
||||
SyncStatus.paused,
|
||||
reason: "waiting for network...",
|
||||
reason: "Waiting for network...",
|
||||
),
|
||||
);
|
||||
_logger.severe("unable to connect", e, StackTrace.current);
|
||||
|
|
Loading…
Add table
Reference in a new issue