Closed Laimiux closed 7 months ago
Class | Covered | Meta | Status |
---|---|---|---|
com/instacart/formula/android/FragmentFlowStore |
100% | 0% | :white_check_mark: |
com/instacart/formula/android/utils/MainThreadDispatcher |
100% | 0% | :white_check_mark: |
com/instacart/formula/android/internal/FeatureObservableAction |
100% | 0% | :white_check_mark: |
Generated by :no_entry_sign: Danger
What
Adding
MainThreadDispatcher
toformula-android
module and using it withinFragmentFlowStore
instead ofAndroidUpdateScheduler
. After https://github.com/instacart/formula/pull/366, global main thread dispatcher performs better thanAndroidUpdateScheduler
.