Skip to content

Commit 965bab2

Browse files
XSJoJoAndroid (Google) Code Review
authored andcommitted
Merge "Allow assist gesture when notification shade is expanded" into mnc-dev
2 parents beb6e66 + 18976a5 commit 965bab2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3163,9 +3163,7 @@ public void run() {
31633163

31643164
@Override
31653165
public boolean shouldDisableNavbarGestures() {
3166-
return !isDeviceProvisioned()
3167-
|| mExpandedVisible
3168-
|| (mDisabled1 & StatusBarManager.DISABLE_SEARCH) != 0;
3166+
return !isDeviceProvisioned() || (mDisabled1 & StatusBarManager.DISABLE_SEARCH) != 0;
31693167
}
31703168

31713169
public void postStartActivityDismissingKeyguard(final Intent intent, int delay) {

0 commit comments

Comments
 (0)