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

Commit 29a28235 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 63621ece ecf906ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -682,7 +682,7 @@ public class UsbDeviceManager {
            }

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