Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiebeler committed Feb 2, 2025
1 parent 64c87cd commit 538da3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ fun PostComposable(
HashtagsMentionsTextView(text = viewModel.post!!.content,
mentions = viewModel.post!!.mentions,
navController = navController,
openUrl = { url -> viewModel.openUrl(context, url) },
openUrl = { url -> viewModel.openUrl(url, context) },
maximumLines = 4
)
}
Expand Down

0 comments on commit 538da3a

Please sign in to comment.