I have a view within a tabgroup, I usually pop unused views off the stack when I go to the next view but in this one particular case I don't.
I want the original view to update when I finish() the new view, but neither onCreate or any of the lifecycle methods are called is it fully rendered within the tab.
How would I simply update that one individual view. If I called the tab itself, it will show a completely separate and irrelevant view because of the order of the UX
insight appreciated