TootBottomSheet: fix context switch wrong target
This commit is contained in:
parent
657c886fab
commit
e9c39492ec
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ const TootBottomSheet: Component = (props) => {
|
|||
return;
|
||||
}
|
||||
setCache(params.acct, status);
|
||||
navigate(`/${params.acct}/${status.id}`, {
|
||||
navigate(`/${params.acct}/toot/${status.id}`, {
|
||||
state: {
|
||||
tootBottomSheetPushedCount: pushedCount() + 1,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue