airbnb / lottie-android

Render After Effects animations natively on Android and iOS, Web, and React Native

Home Page:http://airbnb.io/lottie/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setIgnoreDisabledSystemAnimations is not available anymore

MariusCatanoiu opened this issue · comments

If the system animations on android are disabled, I need from lottie to ignore that option and let the lottie animations work.
on v5 I was using view.setIgnoreDisabledSystemAnimations(true); to do that. but on v6 this method is not available