Danilo Prado

Results 8 comments of Danilo Prado

For anyone having this issue, use this version of the library: https://github.com/kmenager/material-animated-switch

I was having the same issue and the solution for me was to remove the mock maker configuration I had for Mockito: `src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker` And only use the one for PowerMock:...

Hey @dsd3mon. Thanks for the input. At least with the versions I'm using (Mockito 2.21.0 and PowerMock 2.0.0) the PowerMock mock maker configuration is still needed to spy final classes....

Confirming this fix worked for me when trying to load an `AsyncImage` with Coil. **Note**: This fixes it for Clustering only. `MarkerComposable` is still broken.

I have the same issue. Tapping the tab in the bottom bar causes the map to recompose.

I am having a similar issue. If I access the Django Admin site for a tenant schema, it shows me the users and tenant list of the public schema. Whenever...