Android back button and programmatically $state.go on nightly

Hello Ionic users,

It seems (I didn’t have the bug on beta 13), that with the nightly ionic build, the behaviour of the android back button has changed.
Indeed, here is the situation:

Welcome page - (after 1s) > Dashboard - (after user click on an item) > item details

If I press the back button on the item details screen, i arrived on Welcome page instead the dashboard.
The other views are ok with the back button behaviour, but I noticed that it’s when I use a programmatically $state.go that the problem appear.

Do you have this problem too on your app ?
Thanks.