instacart / formula

A functional reactive framework for managing state and side effects based on RxJava.
https://instacart.github.io/formula/
BSD 3-Clause Clear License
151 stars 14 forks source link

[Android] Keep fragment listener alive. #403

Open Laimiux opened 1 month ago

Laimiux commented 1 month ago

Updating the fragment listener logic to match how AndroidX view models are persisted using the isChangingConfigurations flag.

carrotkite commented 1 month ago

JaCoCo Code Coverage 97.13% :white_check_mark:

Class Covered Meta Status
com/instacart/formula/android/internal/ActivityManager 58% 0% :white_check_mark:
com/instacart/formula/android/internal/FragmentFlowRenderView 72% 0% :white_check_mark:

Generated by :no_entry_sign: Danger