2 button / swipe navigation: fix for config_navBarCanMove = false
QuickStep assumed that on rotating the device 90 or 270 degrees,
the navigation bar would be on the left or right edge.
This is not the case if config_navBarCanMove is set to false.
Example: landscape tablet which also displays navbar on bottom for
portrait orientation.
Issue: when in portrait, swipe worked from left/right edge (depending on
orientation), but not from navbar which is on the bottom
Expected behaviour: swipe up from navbar to open recents
Change-Id: I05d428522fb4a0c12553631745bfd92a1368da25
3 files changed