Browse Source

Fixed error

ms_service_copie
Bastian Kohler 1 year ago
parent
commit
4222ebef83

+ 1
- 1
app/src/main/java/com/example/ueberwachungssystem/MainActivity.java View File

@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) {

Loading…
Cancel
Save