Since the UpdateDetailView's back action just does a stack.popView(), there's no notification that the selection in the main list should be cleared. This makes it impossible to reselect the item that was just showing.
Add some kind of event handler/decoration to allow popView to reset the selection.
Since the UpdateDetailView's back action just does a stack.popView(), there's no notification that the selection in the main list should be cleared. This makes it impossible to reselect the item that was just showing.
Add some kind of event handler/decoration to allow popView to reset the selection.