Skip to content

Commit

Permalink
Removed showing port
Browse files Browse the repository at this point in the history
  • Loading branch information
km2442 committed Jun 25, 2019
1 parent 573f342 commit c928d0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ protected void onCreate(Bundle savedInstanceState) {
setContentView(R.layout.activity_connect_wait);
TextView tw = (TextView) findViewById(R.id.connectWait_IP);
IP = getIntent().getExtras().getString("IP");
addr = (IP + ':' + Port);
addr = (IP);
tw.setText(addr);

connectToPC(IP, Port);
Expand Down

0 comments on commit c928d0e

Please sign in to comment.