fix for reload in example
This commit is contained in:
parent
d5f56540b7
commit
fa0ba53579
|
@ -376,8 +376,6 @@ uint64_t Realm::get_schema_version(const realm::Realm::Config &config)
|
|||
|
||||
void Realm::close()
|
||||
{
|
||||
invalidate();
|
||||
|
||||
if (m_notifier) {
|
||||
m_notifier->remove_realm(this);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue