pgreze / android-reactions

Facebook like reaction picker for Android
Apache License 2.0
158 stars 46 forks source link

One reaction button crash #16

Closed Alexinzaz closed 3 years ago

Alexinzaz commented 4 years ago

Hello. If i want to add only one reaction buton I have a crash.

2020-05-20 09:20:56.986 7096-7096/? E/MessageQueue-JNI: java.lang.ArithmeticException: divide by zero at com.github.pgreze.reactions.ReactionViewGroup.<init>(ReactionViewGroup.kt:56) at com.github.pgreze.reactions.ReactionPopup$view$2.invoke(ReactionPopup.kt:30) at com.github.pgreze.reactions.ReactionPopup$view$2.invoke(ReactionPopup.kt:17) at kotlin.UnsafeLazyImpl.getValue(Lazy.kt:81) at com.github.pgreze.reactions.ReactionPopup.getView(Unknown Source:2) at com.github.pgreze.reactions.ReactionPopup.onTouch(ReactionPopup.kt:55) at android.view.View.dispatchTouchEvent(View.java:12523)

pgreze commented 3 years ago

@Alexinzaz better late than never, I just released a new version 1.2.2 with a fix for this crash. Hope it can be helpful :)

Alexinzaz commented 3 years ago

thank you very much!