Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
4a8e528cb8
@ -152,7 +152,7 @@ class _ChatTextfieldState extends State<ChatTextfield> {
|
||||
),
|
||||
onChanged: (String text) {
|
||||
if(text.trim().toLowerCase() == "marbot marbot marbot") {
|
||||
var newText = "Roboter sind cool und so, aber marbots sind besser!";
|
||||
var newText = "Roboter sind cool und so, aber Marbots sind besser!";
|
||||
_textBoxController.text = newText;
|
||||
text = newText;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user