try to open link previews in app

This commit is contained in:
sk 2022-12-22 11:13:50 +01:00 committed by LucasGGamerM
parent 80a4a3551c
commit 16d6c14633
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public class LinkCardStatusDisplayItem extends StatusDisplayItem{
}
private void onClick(View v){
UiUtils.launchWebBrowser(itemView.getContext(), item.status.card.url);
UiUtils.openURL(itemView.getContext(), item.parentFragment.getAccountID(), item.status.card.url);
}
}
}