- added text to alarm fragment
This commit is contained in:
parent
0948d7f44f
commit
34076149df
@ -164,6 +164,7 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
public void onDetection(@NonNull StringBuffer stringBuffer) {
|
public void onDetection(@NonNull StringBuffer stringBuffer) {
|
||||||
Log.d("onDetection", stringBuffer.toString()); //Für oli hier Textview einbauen
|
Log.d("onDetection", stringBuffer.toString()); //Für oli hier Textview einbauen
|
||||||
num++;
|
num++;
|
||||||
|
zeigeFragment(fragment1.erstellen(stringBuffer.toString()));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user