Fixed play/pause button status after exiting playlist during playback and reentering it.
This commit is contained in:
parent
b804cef68a
commit
5f79120cc7
1 changed files with 1 additions and 0 deletions
|
@ -373,6 +373,7 @@ public class RouteFragment extends MediaRouteDiscoveryFragment implements
|
||||||
public void onClick(DialogInterface dialog,
|
public void onClick(DialogInterface dialog,
|
||||||
int which) {
|
int which) {
|
||||||
mMediaRouterPlayService.getService().stop();
|
mMediaRouterPlayService.getService().stop();
|
||||||
|
changePlayPauseState(false);
|
||||||
deviceListMode();
|
deviceListMode();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Reference in a new issue