onyx-intl / OnyxAndroidDemo

158 stars 41 forks source link

`EpdDeviceManager.enterAnimationUpdate` doesn't work on poke 4 light device #103

Open pavelperc opened 1 year ago

pavelperc commented 1 year ago

Hello. I'm optimising my app for onyx devices.

I try to use functions EpdDeviceManager.enterAnimationUpdate(true) and EpdDeviceManager.exitAnimationUpdate(true) to enable fast update mode while scrolling the list in RecyclerView.

This feature perfectly works on devices "Faust 5" and "Kon Tiki 2", but doesn't work on "Poke 4 light".

I use sdk com.onyx.android.sdk:onyxsdk-device:1.2.21.

Can provide more information if you need.