Simple-Stack 1.12.0
Simple-Stack 1.12.0 (2018-08-23)
-
CHANGE:
backstack.top()
andbackstack.root()
now throw exception (just likefromTop()
) if the method is called before a StateChanger is set (and the backstack becomes initialized). This makes usingroot()
/top()
nicer in Kotlin. -
FIX: During a second "initialize" state change (which happens when calling
setStateChanger()
), accessing the Backstack'sgetHistory()
,top()
androot()
inside theStateChanger
could return incorrect value. -
UPDATE: MVP samples are now written in Kotlin. MVVM sample now has a better SQLite-based non-Room reactive wrapper (for people trying out SQLite without Room). Some samples were renamed.