Skip to content

Commit

Permalink
casting: remote detection fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliskov committed Jan 6, 2025
1 parent 829340b commit 7ba7c39
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ public void onEngineReleased() {

@Override
public void onFinish() {
// User action detected. Stop remote session.
//mConnected = false;
// User action detected. Hide remote playlist.
mConnected = false;
mVideo = null;
}

Expand Down

0 comments on commit 7ba7c39

Please sign in to comment.