mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-09 05:04:46 +00:00
Remove redundant check in RealmCoordinator::advance_helper_shared_group_to_latest()
This commit is contained in:
parent
4e18a99dfd
commit
8284340729
@ -394,10 +394,8 @@ void RealmCoordinator::advance_helper_shared_group_to_latest()
|
|||||||
query->attach_to(*m_query_sg);
|
query->attach_to(*m_query_sg);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!m_new_queries.empty()) {
|
move_new_queries_to_main();
|
||||||
move_new_queries_to_main();
|
m_advancer_sg->end_read();
|
||||||
m_advancer_sg->end_read();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void RealmCoordinator::advance_to_ready(Realm& realm)
|
void RealmCoordinator::advance_to_ready(Realm& realm)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user