plattysoft / Leonids

A Particle System for standard Android UI: http://plattysoft.github.io/Leonids/
Apache License 2.0
2.28k stars 398 forks source link

OneShot method doesn't call onDraw(); #103

Closed stevenfredian closed 5 years ago

stevenfredian commented 5 years ago

Anyone has idea why OneShot method doesn't call onDraw(); ? But when i use Emitter example, onDraw called and display the particles...

I've used dispatchDraw, but it still has no particles displayed ... (*Only happened on some devices)

plattysoft commented 5 years ago

I'm quite sure it does work. Can you share the code on how you're seeing it up?

There are examples for oneShot on the samples project

stevenfredian commented 5 years ago

Hi @plattysoft thanks for reply. After check Developer Options...there are some configs that toggled off. Window animation scale, Transition animation scale, and Animator duration scale.

thanks for response... i'll close this issue.