Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ppupha committed Oct 18, 2023
1 parent 314044d commit 26064cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/view/artwork_common_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1867,10 +1867,11 @@ class _PostcardRightsViewState extends State<PostcardRightsView> {
if (href == null) return;
if (href.isAutonomyDocumentLink) {
injector<NavigationService>()
.openAutonomyDocument(href, title);
.openAutonomyDocument(href, text);
} else {
launchUrl(Uri.parse(href),
mode: LaunchMode.externalApplication);
}
launchUrl(Uri.parse(href),
mode: LaunchMode.externalApplication);
},
),
const SizedBox(height: 23.0),
Expand Down

0 comments on commit 26064cf

Please sign in to comment.