Zhuinden / flowless

[DEPRECATED] Based on Flow 1.0-alpha. To keep your life simple, use zhuinden/simple-stack instead.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MVP example: Page count is not persisted to Bundle, but Model is retained for process life

Zhuinden opened this issue · comments

This can cause a discrepancy in pagination when you have downloaded 2 pages, navigate to About, and then the pagination downloads Aardvark (first page).

Page count should be persisted to Bundle, and Model should be persisted across process death.

Fixed by 5fb11d4