mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Minor change for gallery when displayed as share mode
This commit is contained in:
@@ -62,3 +62,9 @@ Map<String, dynamic> _$GallerySharedTokenInfoToJson(
|
||||
<String, dynamic>{
|
||||
'gid': instance.gid,
|
||||
};
|
||||
|
||||
SharedTokenWithUrl _$SharedTokenWithUrlFromJson(Map<String, dynamic> json) =>
|
||||
SharedTokenWithUrl(
|
||||
token: SharedToken.fromJson(json['token'] as Map<String, dynamic>),
|
||||
url: json['url'] as String,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user