Reduce visibility
This commit is contained in:
parent
0c4a08ac56
commit
220f549711
|
@ -69,7 +69,7 @@ public class CustomMRControllerDialog extends MediaRouteControllerDialog {
|
|||
this(context, 0);
|
||||
}
|
||||
|
||||
public CustomMRControllerDialog(Context context, int theme) {
|
||||
private CustomMRControllerDialog(Context context, int theme) {
|
||||
super(context, theme);
|
||||
mediaRouter = MediaRouter.getInstance(getContext());
|
||||
token = mediaRouter.getMediaSessionToken();
|
||||
|
|
Loading…
Reference in New Issue