mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-08 07:56:48 +01:00
Nice hack: MPAndroidChart supports animating values, but only animating a new entry, going from zero to its actual value. We want to animate a single entry changing its value. Since it's just a single entry, we can let a custom animator do this (without knowledge of any other entries).