App doesn't handle all configuration changes correctly, for example enabling battery saving mode.
Orientation and screen size changes are handled without activity recreation that results in the lost scroll, but it is still recreated in other cases. Also, disabling activity recreation is not recommended. Instead you should use ViewModels to keep data during configuration change and OS will usually handle the UI part
App doesn't handle all configuration changes correctly, for example enabling battery saving mode.
Orientation and screen size changes are handled without activity recreation that results in the lost scroll, but it is still recreated in other cases. Also, disabling activity recreation is not recommended. Instead you should use ViewModels to keep data during configuration change and OS will usually handle the UI part