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

Commit 4174cf1b authored by Alex Johnston's avatar Alex Johnston Committed by Android (Google) Code Review
Browse files

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

parents ddc8a5db 0ad47831
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