|
@@ -77,7 +77,7 @@ class _SharingDialogState extends State<SharingDialog> {
|
|
}
|
|
}
|
|
|
|
|
|
return AlertDialog(
|
|
return AlertDialog(
|
|
- title: Text("Sharing"),
|
|
|
|
|
|
+ title: Text("sharing"),
|
|
content: SingleChildScrollView(
|
|
content: SingleChildScrollView(
|
|
child: ListBody(
|
|
child: ListBody(
|
|
children: <Widget>[
|
|
children: <Widget>[
|