Skip to content

When going to separate app pages, clear the whole pageStack

Joshua Goins requested to merge work/redstrate/fix-page-stack into master

This prevents pages from getting "stuck" in the page stack when they're not supposed to. An example is going to Conversations, entering a thread and then tapping Local Timeline. The conversation page is still present in the stack.

Merge request reports