Merge "Hide back button in gestural nav mode when the screen is pinned" into qt-r1-dev
This commit is contained in:
@@ -627,7 +627,7 @@ public class NavigationBarView extends FrameLayout implements
|
||||
if (mOverviewProxyService.isEnabled()) {
|
||||
// Force disable recents when not in legacy mode
|
||||
disableRecent |= !QuickStepContract.isLegacyMode(mNavBarMode);
|
||||
if (pinningActive) {
|
||||
if (pinningActive && !QuickStepContract.isGesturalMode(mNavBarMode)) {
|
||||
disableBack = disableHome = false;
|
||||
}
|
||||
} else if (pinningActive) {
|
||||
|
||||
Reference in New Issue
Block a user