mirror of
https://github.com/amigan/calls.git
synced 2024-11-21 12:29:47 -05:00
tostring
This commit is contained in:
parent
f68dd7a1f6
commit
de3726bfd0
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class _MainRadioState extends State<MainRadio> {
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
ScaffoldMessenger.of(context).showSnackBar(
|
ScaffoldMessenger.of(context).showSnackBar(
|
||||||
SnackBar(content: Text(error)),
|
SnackBar(content: Text(error.toString())),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue