Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab4f1de8 authored by Alex Johnston's avatar Alex Johnston Committed by Automerger Merge Worker
Browse files

Merge "Fix Settings usb preference search" into sc-dev am: 4174cf1b

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15155296

Change-Id: I5b7855ecd5a5fe647deb6dd2df06dd5c803a5f38
parents 15d004a5 4174cf1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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