Skip to content

Commit

Permalink
remove SelectableLinkify
Browse files Browse the repository at this point in the history
  • Loading branch information
kenta-wakasa committed Jun 29, 2023
1 parent 76c34e7 commit a52617b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/features/anaba/presentation/anaba_details_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class AnabaDetailsPage extends ConsumerWidget {
),
const SizedBox(height: 16),
if (appUser?.anabas.contains(id) == true)
SelectableLinkify(
Linkify(
text: anaba.data().purchasedContent,
),
if (appUser?.anabas.contains(id) == false)
Expand Down

0 comments on commit a52617b

Please sign in to comment.