mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-03 02:05:21 +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);
|
||||
}
|
||||
|
||||
if (!m_new_queries.empty()) {
|
||||
move_new_queries_to_main();
|
||||
m_advancer_sg->end_read();
|
||||
}
|
||||
move_new_queries_to_main();
|
||||
m_advancer_sg->end_read();
|
||||
}
|
||||
|
||||
void RealmCoordinator::advance_to_ready(Realm& realm)
|
||||
|
Loading…
x
Reference in New Issue
Block a user