StackView doesn't handle transition interruptions correctly
- 
Hi all, 
 We're using a Qml StackView to handle transitions between views. The quick items (views) are created and managed in C++.
 When we switch fromviewAtoviewB(Transition1) and trigger a transition fromviewBtoviewA(Transition2) beforeTransition1is finished,viewAis not rendered anymore. The parent (Qml) is null and the visible property is false. So it makes sense thatviewAis not rendered anymore, but we can't manage to set properties in a way so that it's rendered again.
 We tried to iterate over all animations fromTransition1and call therecompletefunction before we startTransition2and this seems to work for as long as the animations are running, but onceTransition2finishes, the stack view seems to restore the view state as how it would have been ifTransition1would have finished.Does anyone already had the situation where a view transition from the Qml StackView needed to be interrupted before finished? Thanks, 
 Andreas
