thibseisel / android-odeon

A simple but efficient music player on Android.
Apache License 2.0
68 stars 9 forks source link

Restrict usage of LiveData #71

Closed thibseisel closed 1 year ago

thibseisel commented 1 year ago

Removes usages of LiveData from the following features:

LiveData is now only used in the app module, which still implements bad reactive patterns.