Skip to content

Commit

Permalink
Merge branch 'master' of github.com:LiquidPlayer/LiquidCore
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwlange committed Nov 28, 2018
2 parents a189239 + 0356a26 commit 9ccea2a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions LiquidCoreAndroid/README.md
Expand Up @@ -332,13 +332,9 @@ public class MainActivity extends AppCompatActivity {
button.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
try {
URI uri = MicroService.DevServer();
MicroService service = new MicroService(MainActivity.this, uri, startListener);
service.start();
} catch (URISyntaxException e) {
e.printStackTrace();
}
URI uri = MicroService.DevServer();
MicroService service = new MicroService(MainActivity.this, uri, startListener);
service.start();
}
});
}
Expand Down

0 comments on commit 9ccea2a

Please sign in to comment.