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

Fix for particles in dialog fragment and javadoc. #32

Closed DanDits closed 8 years ago

DanDits commented 8 years ago

Fixed NPE when parent view cannot be found from activity (e.g. in DialogFragment). Setting parent manually now inits the position in window. Added Javadoc for init methods with parameter explanation. Fixed min=max initial rotation exception that happened with nextInt(0).

plattysoft commented 8 years ago

Thanks for the fix!

Sorry it took me that long to actually review the pull request.