Quypham

Results 2 comments of Quypham

i facing the same issue, and the way i avoid this is create a enable variable, then disable that variable when you push a new route

> I'm also facing this very issue. here is how i handle this issue: in my class define a drop state variable: > bool _dropEnable = true; > ... some...