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

Commit eb50d8cb authored by Hyundo Moon's avatar Hyundo Moon
Browse files

Add missing return statement

Test: Builds successfully
Change-Id: Ic785fe69dd085f5a1920a068672073c2e21e00a2
parent cb0b6c67
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -310,6 +310,7 @@ public class MediaRouter2 {
            List<MediaRoute2Info> outRoutes) {
        if (provider == null || !provider.isValid()) {
            Log.w(TAG, "Ignoring invalid provider : " + provider);
            return;
        }

        final Collection<MediaRoute2Info> routes = provider.getRoutes();