1
0
Fork 0
This commit is contained in:
Florian RICHER (MrDev023) 2022-04-17 22:32:27 +02:00
parent 41b191bdd3
commit 5865aa445f
4 changed files with 7 additions and 4 deletions

View file

@ -48,7 +48,8 @@ class StreamElementCard extends StatelessWidget {
IconButton(
icon: const Icon(Icons.send),
onPressed: () async {
await Requests.sendAlert(streamElement.message);
await Requests.sendAlert(streamElement.message,
type: AlertType.host);
},
),
],