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

Commit a5853b17 authored by Mike Lockwood's avatar Mike Lockwood Committed by Android Git Automerger
Browse files

am 1fe28b20: am 71060db6: am dffdf107: Merge "UsbDeviceManager: A better fix...

am 1fe28b20: am 71060db6: am dffdf107: Merge "UsbDeviceManager: A better fix for race condition when starting USB accessory mode" into klp-dev

* commit '1fe28b20':
  UsbDeviceManager: A better fix for race condition when starting USB accessory mode
parents 86119603 1fe28b20
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -538,7 +538,6 @@ public class UsbDeviceManager {

            if (mConfigured && enteringAccessoryMode) {
                // successfully entered accessory mode
                mAccessoryModeRequestTime = 0;

                if (mAccessoryStrings != null) {
                    mCurrentAccessory = new UsbAccessory(mAccessoryStrings);