Skip to content

Fix the back button appearing even when we request it to be gone

Joshua Goins requested to merge work/redstrate/fix-hiding-backbutton into master

The if statement was written wrong, the check if the navigation button flag was set to NoNavigationButtons was a part of the OR it really should be a separate AND.

@carlschwan

Merge request reports