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

Commit d1ce8ebd authored by a.lukianenko's avatar a.lukianenko Committed by android-build-merger
Browse files

Merge "Fixing 'No data transfer' mode in USB configuration" am: e8da6089 am:...

Merge "Fixing 'No data transfer' mode in USB configuration" am: e8da6089 am: 0df25171 am: fb717b6a
am: c726e205

Change-Id: Ibe40e68ed21615d8fa12137ecc9e7774137fde5b
parents e4579b2a c726e205
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -909,6 +909,8 @@ public class UsbDeviceManager implements ActivityTaskManagerInternal.ScreenObser
                    if (!mScreenLocked && mScreenUnlockedFunctions != UsbManager.FUNCTION_NONE) {
                        // If the screen is unlocked, also set current functions.
                        setScreenUnlockedFunctions();
                    } else {
                        setEnabledFunctions(UsbManager.FUNCTION_NONE, false);
                    }
                    break;
                case MSG_UPDATE_SCREEN_LOCK: