Update moonlight-common

This commit is contained in:
Cameron Gutman
2019-03-20 18:30:23 -07:00
parent 813f2edd95
commit 04e093a2c2
2 changed files with 6 additions and 1 deletions

View File

@@ -1339,6 +1339,11 @@ public class Game extends Activity implements SurfaceHolder.Callback,
});
}
@Override
public void connectionStatusUpdate(int connectionStatus) {
// TODO
}
@Override
public void connectionStarted() {
runOnUiThread(new Runnable() {