How to correctly update Realm object (Kotlin)
I try to update an object with:
Realm Kotlin SDK: Cannot modify managed List outside of a write transaction
I do not understand why I’m getting this error. I’m doing everything in a writ transaction right?
How to clear this error Realm Kotlin android! [RLM_ERR_WRONG_TRANSACTION_STATE]: Trying to modify database while in read transaction
type here