Improve sharing toast

This commit is contained in:
Manav 2022-06-18 10:03:48 +05:30
parent 9ad968cec7
commit ff2877463e

View file

@ -251,7 +251,7 @@ class _SharedCollectionGalleryState extends State<SharedCollectionGallery>
onTap: () async { onTap: () async {
await showToast( await showToast(
context, context,
"Select an album on ente to share", "Please select an album and tap the share button on the top right to share.",
toastLength: Toast.LENGTH_LONG, toastLength: Toast.LENGTH_LONG,
); );
Bus.instance.fire( Bus.instance.fire(