Hello everyone.
In my override method OnTouch, on MotionEventActions.Move
case,i use if / else if condition to do some stuff.
And the problem is,that sometimes (!) when condition "true",system doesn't enter there. I cant understand why that happens?(it's strange behaviour ,some kind of bug).
PS I think that occurs,because too many entries in "Move" case or something like that(but how to do workaround?)
Answers
I have similar situation, in Command which exists in my ViewModel, I have following code:
In debug, system says this condition is true, but it terminates statement in else.
Unfortunately I do not remember what was done to workaround that problem(but,i know that worked fine).