Fixed error

This commit is contained in:
Bastian Kohler 2023-06-20 23:24:05 +02:00
parent 061646a7d6
commit 4222ebef83

View File

@ -86,7 +86,7 @@ public class MainActivity extends AppCompatActivity implements View.OnClickListe
@Override @Override
protected void onResume() { protected void onResume() {
super.onResume(); super.onResume();
communication = new WifiCommunication(MainActivity.this, 1234); communication = new WifiCommunication(1234);
} }
public void onClickZeigeFragment1(View view) { public void onClickZeigeFragment1(View view) {