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

Commit 184638b0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Don't skip intents where config changed."

parents 62dd9594 740ca0f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -831,7 +831,7 @@ public class UsbDeviceManager {
            }

            // send broadcast intent only if the USB state has changed
            if (!isUsbStateChanged(intent)) {
            if (!isUsbStateChanged(intent) && !configChanged) {
                Slog.i(TAG, "skip broadcasting " + intent + " extras: " + intent.getExtras());
                return;
            }