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

Commit 5564334a authored by Mike Lockwood's avatar Mike Lockwood Committed by Android (Google) Code Review
Browse files

Merge "UsbDeviceManager: Fix typo that broke adb on/off setting persistence"

parents e2e7b1e2 1984e79d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -382,7 +382,7 @@ public class UsbDeviceManager {
                mAdbEnabled = enable;
                // Due to the persist.sys.usb.config property trigger, changing adb state requires
                // switching to default function
                setEnabledFunctions(mDefaultFunctions, false);
                setEnabledFunctions(mDefaultFunctions, true);
                updateAdbNotification();
            }
        }