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