This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Tags: alapshin/arctor
Tags
Fix view detachment from presenter Detach view from presenter during onPause when activity is finishing. This is needed to avoid unnecessary view updates caused by another activity coming into foreground. If resumed activity causes some changes to underlying model and the same model is used in finishing activity presenter then finishing activity will get new values from underlying model since it doesn't become detached until onDestroy is called later.
PreviousNext