mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-24 05:21:54 +00:00
Remove call to sync_if_needed() on a LinkView
This commit is contained in:
parent
62d573c1d9
commit
0819f72b1b
@ -97,7 +97,6 @@ void List::verify_attached()
|
||||
if (!m_link_view->is_attached()) {
|
||||
throw std::runtime_error("Tableview is not attached");
|
||||
}
|
||||
m_link_view->sync_if_needed();
|
||||
}
|
||||
|
||||
void List::verify_in_tranaction()
|
||||
|
Loading…
x
Reference in New Issue
Block a user