Question
get current View identification from Model?
Is there any way in TouchGFX to get any identification/handle/etc. of the current View?
I have one View that is accessible everywhere, and from that I want to return to the previous View.
How can store the previous View? Is a custom variable required for this + implementation in every single Presenter to store that custom variable?