This small PR is a well deserved refactor of the AccountDetails Composable.
No new functionality has been added, the only changes are better uses of callbacks functions to extract the viewModels from the main composable (this is to enable @Previews), and hopefully a more readable code :smile: .
I also refactored the social and interests overlays!
This small PR is a well deserved refactor of the
AccountDetails
Composable. No new functionality has been added, the only changes are better uses of callbacks functions to extract the viewModels from the main composable (this is to enable@Previews
), and hopefully a more readable code :smile: .I also refactored the social and interests overlays!