mirror of
https://github.com/tuskyapp/Tusky
synced 2025-01-29 23:05:00 +01:00
Fixes a bug where threads don't display correctly when clicking on boosts. Closes #91
This commit is contained in:
parent
2b7e6997f0
commit
7067b4e695
@ -255,7 +255,7 @@ public class SFragment extends BaseFragment {
|
||||
|
||||
protected void viewThread(Status status) {
|
||||
Intent intent = new Intent(getContext(), ViewThreadActivity.class);
|
||||
intent.putExtra("id", status.id);
|
||||
intent.putExtra("id", status.getActionableId());
|
||||
startActivity(intent);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user