fixed capitalisazion
This commit is contained in:
parent
c2f05da96e
commit
2f1bb27360
@ -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