Fixed play/pause button status after exiting playlist during playback and reentering it.

This commit is contained in:
Felix Ableitner 2014-02-09 20:27:46 +01:00
parent b804cef68a
commit 5f79120cc7

View file

@ -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();
} }
}) })