We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents beb6e66 + 18976a5 commit 965bab2Copy full SHA for 965bab2
1 file changed
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java
@@ -3163,9 +3163,7 @@ public void run() {
3163
3164
@Override
3165
public boolean shouldDisableNavbarGestures() {
3166
- return !isDeviceProvisioned()
3167
- || mExpandedVisible
3168
- || (mDisabled1 & StatusBarManager.DISABLE_SEARCH) != 0;
+ return !isDeviceProvisioned() || (mDisabled1 & StatusBarManager.DISABLE_SEARCH) != 0;
3169
}
3170
3171
public void postStartActivityDismissingKeyguard(final Intent intent, int delay) {
0 commit comments