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

Commit 3c0a0128 authored by Robert Wu's avatar Robert Wu
Browse files

MIDI: Fix Legacy UMP typo

Fixed copy paste error.

Bug: 291115176
Test: MidiEchoTest
Change-Id: If94fcfdec4bd96ab7a24c2f11fcc4208350c35ad
parent d472dc84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1006,7 +1006,7 @@ public class MidiService extends IMidiManager.Stub {
                for (int i = 0; i < count; i++) {
                    ServiceInfo serviceInfo = resolveInfos.get(i).serviceInfo;
                    if (serviceInfo != null) {
                        addLegacyPackageDeviceServer(serviceInfo, user.getUserIdentifier());
                        addUmpPackageDeviceServer(serviceInfo, user.getUserIdentifier());
                    }
                }
            }