Merge "Fix Settings usb preference search" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4174cf1b28
@@ -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
|
||||
|
Reference in New Issue
Block a user