|
@@ -810,14 +810,13 @@ class _GalleryAppBarWidgetState extends State<GalleryAppBarWidget> {
|
|
final String castToken = const Uuid().v4().toString();
|
|
final String castToken = const Uuid().v4().toString();
|
|
final castPayload = CollectionsService.instance
|
|
final castPayload = CollectionsService.instance
|
|
.getCastData(castToken, widget.collection!, publicKey);
|
|
.getCastData(castToken, widget.collection!, publicKey);
|
|
- _logger.info("Casting album with token $castToken");
|
|
|
|
await gw.publishCastPayload(
|
|
await gw.publishCastPayload(
|
|
code,
|
|
code,
|
|
castPayload,
|
|
castPayload,
|
|
widget.collection!.id,
|
|
widget.collection!.id,
|
|
castToken,
|
|
castToken,
|
|
);
|
|
);
|
|
- _logger.info("Casted album with token $castToken");
|
|
|
|
|
|
+ _logger.info("cast album completed");
|
|
// showToast(bContext, S.of(context).pairingComplete);
|
|
// showToast(bContext, S.of(context).pairingComplete);
|
|
castNotifier.value++;
|
|
castNotifier.value++;
|
|
return true;
|
|
return true;
|