This PR fixes a small layout constraints issue that can occur when you transition from a view that had the tab bar hidden. The view controller that will be displayed won't get the right constrains as it should be a negative value, not a positive one.
This PR fixes a small layout constraints issue that can occur when you transition from a view that had the tab bar hidden. The view controller that will be displayed won't get the right constrains as it should be a negative value, not a positive one.
With this PR, that issue is fixed.