Hugo Landim Santos
Hugo Landim Santos
First, congratulations. 👏 This is a very nice initiative. I just tried it here and worked well. I did need to clone it manually because I cannot configure the git...
Yep, I do have another git configuration already in place here (work), but as it was requesting my credentials, I tried to use my personal credentials instead. I will try...
I'm getting this log when using StrictMode: ``` StrictMode policy violation: android.os.strictmode.IncorrectContextUseViolation: The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via...
> In the meantime, this totally works: > > ``` > val view = ComposeView(paparazziRule.context) > view.setContent { > PaparazziTestTheme(darkTheme = true) { > Page() > } > } >...