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