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

Commit da53c56a authored by Oliver Woodman's avatar Oliver Woodman
Browse files

Fix Javadoc sample code

Bug: 229590677
Tested: JavadocOnly
Change-Id: I009730d196d9cec5470198b0e7257986205ba056
parent 23314172
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ import java.util.Objects;
 * </p>
 * <pre>
 * MediaRouter mediaRouter = (MediaRouter) context.getSystemService(Context.MEDIA_ROUTER_SERVICE);
 * MediaRouter.RouteInfo route = mediaRouter.getSelectedRoute();
 * MediaRouter.RouteInfo route = mediaRouter.getSelectedRoute(MediaRouter.ROUTE_TYPE_LIVE_VIDEO);
 * if (route != null) {
 *     Display presentationDisplay = route.getPresentationDisplay();
 *     if (presentationDisplay != null) {