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,
enableCollect: true,
);
if (result) {
showToast(
context,
"Collaborative link created for " + collection.name!,
);
if (result) {
if (Configuration.instance.getUserID() == collection.owner!.id) {
unawaited(
routeToPage(