mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-14 19:16:02 -04:00
fix(bindings): Change the is_syncing method to read the correct value
This commit is contained in:
@@ -326,7 +326,7 @@ impl Client {
|
||||
|
||||
/// Indication whether we are currently syncing
|
||||
pub fn is_syncing(&self) -> bool {
|
||||
self.state.read().unwrap().has_first_synced
|
||||
self.state.read().unwrap().is_syncing
|
||||
}
|
||||
|
||||
/// Flag indicating whether the session is in soft logout mode
|
||||
|
||||
Reference in New Issue
Block a user