I have UIScrollView with WrapContent and CenterOnChild attached in my interface( for changing players weapons, its a list of weapon images).
I have chat button.
when I press Chat button, UIPanel which contains ScrollView becomes inactive.
If I make swipes in chat mode at ANY place of screen, and close chat mode (UIPanel, UIScrollView, ... becomes active again), UICenterOnChild.onFinished fires, and players weapon changed.
How should I fix this?
Thank you!