realm / realm-java

Realm is a mobile database: a replacement for SQLite & ORMs
http://realm.io
Apache License 2.0
11.45k stars 1.75k forks source link

Add more error checking when creating User objects #7848

Closed cmelchior closed 7 months ago

cmelchior commented 7 months ago

An attempt at finding https://github.com/realm/realm-java/issues/7847

Observations:

cmelchior commented 7 months ago

The real cause was discovered and fixed in https://github.com/realm/realm-java/pull/7849