SDWebImageLottieCoder icon indicating copy to clipboard operation
SDWebImageLottieCoder copied to clipboard

Bug on librlottie version 0.2.0

Open leanghorn opened this issue 4 years ago • 1 comments

Wrong loading image librlottie 0.2.0 Simulator Screen Shot - iPhone 11 Pro Max - 2020-09-23 at 16 36 25

leanghorn avatar Sep 23 '20 09:09 leanghorn

it was caused by passing empty string in lottie_animation_from_data (SDImageLottieCoder.m). you should pass unique value as second argument, because it's used as cache key (or you can disable LOTTIE_CACHE_SUPPORT in librlottie config.h file)

stasmilke avatar Oct 04 '20 23:10 stasmilke