anyone had issues with by lazys and paperdb?
# android
g
anyone had issues with by lazys and paperdb?
l
You should directly open an issue in PaperDb GitHub since its dev uses Kotlin. He will probably be able to help you
g
Just curious if its an existing issue or a problem with our project 🙂
l
@ghosalmartin But since PaperDb is quite a niche, @pilgr might be better suited to help you
👍 1
g
Maybe...but it seems it was project specific 😛
p
@ghosalmartin lazy delegate should work with Paper without any limitation. But please make sure you are accessing the lazy property from non UI thread. Paper ’s api to access/write data are not supposed to be called in UI thread.
g
@pilgr I opened a ticket on the github and linked a project that it occurs on
p
I see thanks!