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

Commit c726e205 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: 0df25171

am: fb717b6a

Change-Id: I34846199e446031423b767aa66b1bd2987cf6d4c
parents dfe3c570 fb717b6a
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: