Fixing sleep state on error
This commit is contained in:
parent
e54a33797c
commit
df2f122f84
|
@ -212,7 +212,7 @@ const APP: () = {
|
|||
Ok(updated) => !updated,
|
||||
Err(err) => {
|
||||
log::info!("Network error: {:?}", err);
|
||||
true
|
||||
false
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue