Skip to content

Commit

Permalink
fix typo, not using looseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
HaonRekcef committed Feb 8, 2024
1 parent 4cb63c8 commit 7e30244
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/src/view/user/user_profile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,8 @@ class UserProfile extends ConsumerWidget {
text: user.profile!.bio!.replaceAll('\n', ' '),
options: const LinkifyOptions(
defaultToHttps: true,
looseUrl: true,
),
maxLines: 10,
maxLines: bioMaxLines,
style: bioStyle,
overflow: TextOverflow.ellipsis,
linkStyle: Theme.of(context)
Expand Down

0 comments on commit 7e30244

Please sign in to comment.