Alexander Sitnikov
08/30/2020, 10:58 AMThe restart behavior is designed to help your application adapt to new configurations by automatically reloading your application with alternative resources that match the new device configuration.But compose screen can easily recompose with new configuration without having to restart an activity. Or if resources are read inside composable function via
dimensionResource()
etc, we still need to recreate activity?Adam Powell
08/30/2020, 2:00 PMmerono
09/01/2020, 3:26 PM