From ff2877463ea16d66e8a10c43f90c2f9e31c199e6 Mon Sep 17 00:00:00 2001 From: Manav Date: Sat, 18 Jun 2022 10:03:48 +0530 Subject: [PATCH 1/2] Improve sharing toast --- lib/ui/shared_collections_gallery.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/shared_collections_gallery.dart b/lib/ui/shared_collections_gallery.dart index f3af16517..9805dc4fe 100644 --- a/lib/ui/shared_collections_gallery.dart +++ b/lib/ui/shared_collections_gallery.dart @@ -251,7 +251,7 @@ class _SharedCollectionGalleryState extends State onTap: () async { await showToast( 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, ); Bus.instance.fire( From 2512ae9727ca5f78d5469849137c98bdda60ceb8 Mon Sep 17 00:00:00 2001 From: Manav Date: Sat, 18 Jun 2022 14:53:59 +0530 Subject: [PATCH 2/2] 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. --- lib/ui/shared_collections_gallery.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/shared_collections_gallery.dart b/lib/ui/shared_collections_gallery.dart index 9805dc4fe..9966dfaf6 100644 --- a/lib/ui/shared_collections_gallery.dart +++ b/lib/ui/shared_collections_gallery.dart @@ -251,7 +251,7 @@ class _SharedCollectionGalleryState extends State 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(