Maurice Jouvet
12/04/2020, 3:40 PMbindString(2, FieldSet.visibility?.let { database.FieldSetAdapter.visibilityAdapter.encode(it)}) --> ERROR_BAD_ACCESS. (It's from the bindString method that the crash occurs)
I tried a simple string like that and same result:
bindString(2, FieldSet.visibility?.let { "Hello" }) --> ERROR_BAD_ACCESS. (It's from the bindString method that the crash occurs)