Merge "Fix Settings usb preference search" into sc-dev

This commit is contained in:
Alex Johnston
2021-07-01 08:26:51 +00:00
committed by Android (Google) Code Review

View File

@@ -107,7 +107,7 @@ public class UsbDetailsFragment extends DashboardFragment {
@Override
protected boolean isPageSearchEnabled(Context context) {
return checkIfUsbDataSignalingIsDisabled(
context, UserHandle.myUserId()) != null;
context, UserHandle.myUserId()) == null;
}
@Override