Remove please
The toast is short and disappears too quickly, so we need to reduce the amount of text. The longer term fix would be to improve this interaction.
This commit is contained in:
parent
ff2877463e
commit
2512ae9727
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ class _SharedCollectionGalleryState extends State<SharedCollectionGallery>
|
|||
onTap: () async {
|
||||
await showToast(
|
||||
context,
|
||||
"Please select an album and tap the share button on the top right to share.",
|
||||
"Select an album and tap the share button on the top right to share.",
|
||||
toastLength: Toast.LENGTH_LONG,
|
||||
);
|
||||
Bus.instance.fire(
|
||||
|
|
Loading…
Add table
Reference in a new issue