Skip to content

Commit

Permalink
Fixed AirPlay stop/close do not work on audio/video #66
Browse files Browse the repository at this point in the history
This is temporary fix.
  • Loading branch information
khk624 authored and khk624 committed May 30, 2014
1 parent 457c9bc commit 979ab87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/com/connectsdk/service/AirPlayService.java
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ public void stop(ResponseListener<Object> listener) {
String uri = getRequestURL("stop");

ServiceCommand<ResponseListener<Object>> request = new ServiceCommand<ResponseListener<Object>>(this, uri, null, listener);
// TODO This is temp fix for issue https://github.com/ConnectSDK/Connect-SDK-Android/issues/66
request.send();
request.send();
}

Expand Down

0 comments on commit 979ab87

Please sign in to comment.