chibatching / Kotpref

Kotpref - Android SharedPreferences delegation library for Kotlin
https://chibatching.github.io/Kotpref/
Apache License 2.0
697 stars 50 forks source link

Fix that LiveData initial value fires twice #225

Closed chibatching closed 4 years ago

chibatching commented 4 years ago

Fixes #223

codecov[bot] commented 4 years ago

Codecov Report

Merging #225 into master will decrease coverage by 0.15%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #225      +/-   ##
============================================
- Coverage     68.59%   68.44%   -0.16%     
  Complexity      136      136              
============================================
  Files            25       25              
  Lines           414      412       -2     
  Branches         45       45              
============================================
- Hits            284      282       -2     
  Misses          110      110              
  Partials         20       20              
Impacted Files Coverage Δ Complexity Δ
...hing/kotpref/livedata/KotprefLiveDataExtensions.kt 66.66% <ø> (-6.07%) 0.00 <0.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1e4b721...8c1da33. Read the comment docs.