Minor change

This commit is contained in:
ashilkn 2023-02-24 14:00:03 +05:30
parent 588be9e4fa
commit 9970099fc5

View file

@ -458,11 +458,11 @@ class _CollectionActionSheetState extends State<CollectionActionSheet> {
collection, collection,
enableCollect: true, enableCollect: true,
); );
showToast(
context,
"Collaborative link created for " + collection.name!,
);
if (result) { if (result) {
showToast(
context,
"Collaborative link created for " + collection.name!,
);
if (Configuration.instance.getUserID() == collection.owner!.id) { if (Configuration.instance.getUserID() == collection.owner!.id) {
unawaited( unawaited(
routeToPage( routeToPage(