Minor change
This commit is contained in:
parent
588be9e4fa
commit
9970099fc5
1 changed files with 4 additions and 4 deletions
|
@ -458,11 +458,11 @@ class _CollectionActionSheetState extends State<CollectionActionSheet> {
|
|||
collection,
|
||||
enableCollect: true,
|
||||
);
|
||||
showToast(
|
||||
context,
|
||||
"Collaborative link created for " + collection.name!,
|
||||
);
|
||||
if (result) {
|
||||
showToast(
|
||||
context,
|
||||
"Collaborative link created for " + collection.name!,
|
||||
);
|
||||
if (Configuration.instance.getUserID() == collection.owner!.id) {
|
||||
unawaited(
|
||||
routeToPage(
|
||||
|
|
Loading…
Add table
Reference in a new issue