8000 Release 0.10.0: Fix view detachment from presenter · alapshin/arctor · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

0.10.0

@alapshin alapshin tagged this 16 Feb 13:12
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.
Assets 2
Loading
0