Improve sharing toast
This commit is contained in:
parent
9ad968cec7
commit
ff2877463e
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Reference in a new issue