copyFromRealm之后的RealmObject的IllegalStateException

时间:2016-10-01 22:46:25

标签: android realm

我遇到了这个例外:

java.lang.IllegalStateException: This Realm instance has already been closed, making it unusable.

即使在使用realm.copyFromRealm()从Realm分离对象后调用对象的访问者。

我对Realm文档的理解是,一旦我从Realm复制对象,它就不再运行状态验证或需要打开领域连接。

任何想法可能是什么原因?

1 个答案:

答案 0 :(得分:1)

很难说没有看到某些代码,但您确定从copyFromRealm访问返回对象并且您仍然无法访问原始对象吗?